gnumake42HEAD: remove attribute to fix eval

This was removed as part of
519f0b8db2
but is still present for whatever reason.

Remove since the file no longer exists.
This commit is contained in:
Will Dietz 2018-04-03 07:58:38 -05:00
parent fd1b47a47c
commit 4cee817a31

View File

@ -7798,7 +7798,6 @@ with pkgs;
gnumake382 = callPackage ../development/tools/build-managers/gnumake/3.82 { };
gnumake3 = gnumake382;
gnumake42 = callPackage ../development/tools/build-managers/gnumake/4.2 { };
gnumake42HEAD = lowPrio (callPackage ../development/tools/build-managers/gnumake/4.2/head.nix { });
gnumake = gnumake42;
gnustep = recurseIntoAttrs (callPackage ../desktops/gnustep {});