Loading pkgs/development/tools/misc/unixbench/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ , libGLX , coreutils , unixtools , runtimeShell , targetPackages , gnugrep , gawk Loading Loading @@ -89,7 +90,7 @@ stdenv.mkDerivation rec { preFixup = '' substituteInPlace $out/libexec/pgms/multi.sh \ --replace '/bin/sh "$' '${targetPackages.runtimeShell} "$' --replace '/bin/sh "$' '${runtimeShell} "$' substituteInPlace $out/bin/ubench \ --subst-var out Loading Loading
pkgs/development/tools/misc/unixbench/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ , libGLX , coreutils , unixtools , runtimeShell , targetPackages , gnugrep , gawk Loading Loading @@ -89,7 +90,7 @@ stdenv.mkDerivation rec { preFixup = '' substituteInPlace $out/libexec/pgms/multi.sh \ --replace '/bin/sh "$' '${targetPackages.runtimeShell} "$' --replace '/bin/sh "$' '${runtimeShell} "$' substituteInPlace $out/bin/ubench \ --subst-var out Loading