mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
build: add configurePhase for urbit derivation
46a438f
introduced use of the stdenv generic builder instead of an explicit builder.sh script. This was reverted in1daaf041a
as it proved to cause problems when building on some Linux variants. This fixes the problem encountered on Linux by calling the standard configure script with bash in an explicit configurePhase.
This commit is contained in:
parent
f66d750e1c
commit
05a0a9092a
@ -29,6 +29,10 @@ let
|
||||
src = ../../../pkg/urbit;
|
||||
nativeBuildInputs = deps ++ vendor;
|
||||
|
||||
configurePhase = ''
|
||||
bash ./configure
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
make all -j8
|
||||
make test
|
||||
|
Loading…
Reference in New Issue
Block a user