1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

elfkickers: fix typo in enableParallelBuilding.

Thanks @bjornfor for spotting this!
This commit is contained in:
Will Dietz 2017-06-13 06:58:57 -05:00
parent ed070354a9
commit d645223306

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