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:
parent
87eba920fa
commit
947a4c582e
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
phases = [ "unpackPhase" "buildPhase" "installPhase" ];
|
||||
|
||||
buildPhase = ''
|
||||
./script/build
|
||||
sh script/build
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user