elfkickers: fix typo in enableParallelBuilding.
Thanks @bjornfor for spotting this!
This commit is contained in:
parent
ed070354a9
commit
d645223306
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
makeFlags = [ "CC=cc prefix=$(out)" ];
|
makeFlags = [ "CC=cc prefix=$(out)" ];
|
||||||
|
|
||||||
enableParallelBuildingg = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://www.muppetlabs.com/~breadbox/software/elfkickers.html";
|
homepage = "http://www.muppetlabs.com/~breadbox/software/elfkickers.html";
|
||||||
|
Loading…
Reference in New Issue
Block a user