Commit 3194fb79 authored by Artturin's avatar Artturin
Browse files

unixbench: No need to use `targetPackages` here

causes eval error on cross
parent 68432605
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
, libGLX
, coreutils
, unixtools
, runtimeShell
, targetPackages
, gnugrep
, gawk
@@ -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