fix: Patch the sieve file that is given to sievec
CA derivations apparently add a /nix/store argument to store paths, even if they shouldn’t see #70
This commit is contained in:
parent
7c34a96f1c
commit
50e0843938
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ stdenv.mkDerivation {
|
|||
copyPhase = ''
|
||||
mkdir $out
|
||||
cp $src $out/${name}.sieve
|
||||
sed -i 's|/nix/store/||g' $out/${name}.sieve
|
||||
chmod 0755 $out/${name}.sieve
|
||||
set +x
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue