np2kai: Fix build
This commit is contained in:
parent
83be3a653f
commit
04a590b89a
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
export GIT_VERSION=${builtins.substring 0 7 src.rev}
|
export GIT_VERSION=${builtins.substring 0 7 src.rev}
|
||||||
buildFlags="$buildFlags ''${enableParallelBuilding:+-j$NIX_BUILD_CORES"
|
buildFlags="$buildFlags ''${enableParallelBuilding:+-j$NIX_BUILD_CORES}"
|
||||||
'' + optionalString enableX11 ''
|
'' + optionalString enableX11 ''
|
||||||
cd x11
|
cd x11
|
||||||
substituteInPlace Makefile.am \
|
substituteInPlace Makefile.am \
|
||||||
|
|
Loading…
Reference in a new issue