Skip to content

Commit

Permalink
Revert "lvm2: enable parallel building" (NixOS#72823)
Browse files Browse the repository at this point in the history
* Revert "lvm2: enable parallel building"

This reverts commit 494d2de.

I am getting

```
gcc: error: ../../device_mapper/libdevice-mapper.a: No such file or directory
```
  • Loading branch information
kirelagin authored and FRidh committed Nov 5, 2019
1 parent ccadfbe commit 2e8ed0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/os-specific/linux/lvm2/default.nix
Expand Up @@ -40,7 +40,9 @@ stdenv.mkDerivation {
--replace /usr/bin/udevadm ${systemd}/bin/udevadm
'';

enableParallelBuilding = true;
# https://github.com/NixOS/nixpkgs/pull/52597
# gcc: error: ../../device_mapper/libdevice-mapper.a: No such file or directory
enableParallelBuilding = false;

patches = stdenv.lib.optionals stdenv.hostPlatform.isMusl [
(fetchpatch {
Expand Down

0 comments on commit 2e8ed0f

Please sign in to comment.