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
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

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