forked from mirrors/nixpkgs
mmc-utils: enable parallel building
Build tested at -j4.
This commit is contained in:
parent
77d0ed11f6
commit
0d5048765f
|
@ -17,6 +17,8 @@ stdenv.mkDerivation {
|
|||
cp man/mmc.1 $out/share/man/man1/
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.updateScript = unstableGitUpdater {
|
||||
url = "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue