lvm2: disable parallel building

This commit is contained in:
Ben Wolsieffer 2018-12-20 17:24:01 -05:00
parent 0aac84e1c3
commit 369af2f5b2

View File

@ -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 [