passff-host: fix patches not working

This commit is contained in:
jaredmontoya
2026-04-21 15:39:58 +02:00
parent 83e45e019e
commit ffb2278df4
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [ python3 ];
makeFlags = [ "VERSION=${finalAttrs.version}" ];
patchPhase = ''
postPatch = ''
sed -i 's#COMMAND = "pass"#COMMAND = "${pass}/bin/pass"#' src/passff.py
'';