pharo-launcher: fix build

As noted by @dtzWill at https://github.com/NixOS/nixpkgs/pull/26924/files#r126686231
This commit is contained in:
Joachim Fasting
2017-09-15 18:42:39 +02:00
parent 442e5b6d25
commit 42f2439228

View File

@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
secs=5
echo -n "Running headless Pharo for $secs seconds to check for a crash... "
timeout $secs \
"${pharo}/bin/pharo" -nodisplay PharoLauncher.image --no-quit eval 'true'
"${pharo}/bin/pharo" --nodisplay PharoLauncher.image --no-quit eval 'true'
test "$?" == 124 && echo "ok")
'';