Merge pull request #26547 from dtzWill/fix/elfkickers-typo
elfkickers: fix typo in enableParallelBuilding.
This commit is contained in:
commit
58fef1a1bb
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makeFlags = [ "CC=cc prefix=$(out)" ];
|
||||
|
||||
enableParallelBuildingg = true;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://www.muppetlabs.com/~breadbox/software/elfkickers.html";
|
||||
|
Loading…
x
Reference in New Issue
Block a user