mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
Merge pull request #142381 from trofi/sequential-dmraid
This commit is contained in:
commit
cf531718d8
@ -35,6 +35,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ lvm2 ];
|
||||
|
||||
# Hand-written Makefile does not have full dependencies to survive
|
||||
# parallel build:
|
||||
# tools/dmraid.c:12:10: fatal error: dmraid/dmraid.h: No such file
|
||||
enableParallelBuilding = false;
|
||||
|
||||
meta = {
|
||||
description = "Old-style RAID configuration utility";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user