makeWrapper: delete --set-eval

because --run is good enough.
This commit is contained in:
Orivej Desh
2017-11-17 12:53:54 +00:00
parent 74648f7466
commit fbdc74c761
3 changed files with 2 additions and 7 deletions

View File

@@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
postInstall = ''
wrapProgram "$out/bin/retrofe" \
--prefix GST_PLUGIN_PATH : "$GST_PLUGIN_SYSTEM_PATH_1_0" \
--set-eval RETROFE_PATH '$''\{RETROFE_PATH:-$PWD}'
--run 'export RETROFE_PATH=''${RETROFE_PATH:-$PWD}'
'';
meta = with stdenv.lib; {