Merge pull request #26547 from dtzWill/fix/elfkickers-typo

elfkickers: fix typo in enableParallelBuilding.
This commit is contained in:
Joachim F 2017-06-13 13:13:11 +01:00 committed by GitHub
commit 58fef1a1bb

View File

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