Separate nativeBuildInputs where maintainers |= nckx

This commit is contained in:
Tobias Geerinckx-Rice
2015-06-17 19:36:06 +02:00
parent d4fc2b4d99
commit 98b2d7b727
30 changed files with 61 additions and 39 deletions

View File

@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "1d041j0nd1hc0562lbj269dydjm4rbzagdgzdnmwdxr98544yw44";
};
buildInputs = [ perl ];
nativeBuildInputs = [ perl ];
enableParallelBuilding = true;