esniper: fix more impurities
This commit is contained in:
parent
3acaeefabd
commit
54cf26ad8d
|
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
sed <"frontends/snipe" >"$out/bin/snipe" \
|
sed <"frontends/snipe" >"$out/bin/snipe" \
|
||||||
-e "2i export PATH=\"$out/bin:${coreutils}/bin:${gawk}/bin\"" \
|
-e "2i export PATH=\"$out/bin:${coreutils}/bin:${gawk}/bin:${bash}/bin\"" \
|
||||||
-e "2i alias which='type -p'"
|
-e "2i alias which='type -p'"
|
||||||
chmod 555 "$out/bin/snipe"
|
chmod 555 "$out/bin/snipe"
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue