clightning: improve build setup
- Simpler - Allows modifying the configurePhase via `configureFlags`
This commit is contained in:
parent
7c5cadc3ce
commit
b7879b343a
@ -39,11 +39,9 @@ stdenv.mkDerivation rec {
|
||||
devtools/sql-rewrite.py
|
||||
'';
|
||||
|
||||
configurePhase = ''
|
||||
./configure --prefix=$out --disable-developer --disable-valgrind
|
||||
'';
|
||||
configureFlags = [ "--disable-developer" "--disable-valgrind" ];
|
||||
|
||||
makeFlags = [ "prefix=$(out) VERSION=v${version}" ];
|
||||
makeFlags = [ "VERSION=v${version}" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user