mmc-utils: enable parallel building

Build tested at -j4.
This commit is contained in:
Alyssa Ross 2022-06-09 11:20:04 +00:00
parent 77d0ed11f6
commit 0d5048765f

View file

@ -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";
};