lvm2: disable parallel building
This commit is contained in:
parent
0aac84e1c3
commit
369af2f5b2
@ -40,7 +40,8 @@ stdenv.mkDerivation {
|
||||
sed -i /DEFAULT_PROFILE_DIR/d conf/Makefile.in
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# gcc: error: ../../device_mapper/libdevice-mapper.a: No such file or directory
|
||||
enableParallelBuilding = false;
|
||||
|
||||
#patches = [ ./purity.patch ];
|
||||
patches = stdenv.lib.optionals stdenv.hostPlatform.isMusl [
|
||||
|
Loading…
Reference in New Issue
Block a user