neomutt: Fix the path to the auxiliary tools
This path changed from $out/lib/neomutt to $out/libexec/neomutt.
This commit is contained in:
parent
15a2dca15c
commit
80faa73fc0
@ -79,7 +79,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
cp ${muttWrapper} $out/bin/mutt
|
cp ${muttWrapper} $out/bin/mutt
|
||||||
wrapProgram "$out/bin/neomutt" --prefix PATH : "$out/lib/neomutt"
|
wrapProgram "$out/bin/neomutt" --prefix PATH : "$out/libexec/neomutt"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user