hub: Fix build with chrooted Nix.

The build script is a shell script which has a shebang using
/usr/bin/env, which isn't available in a chrooted Nix daemon.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2015-01-11 18:53:38 +01:00
parent 87eba920fa
commit 947a4c582e

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
phases = [ "unpackPhase" "buildPhase" "installPhase" ];
buildPhase = ''
./script/build
sh script/build
'';
installPhase = ''