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:
parent
fd1b47a47c
commit
4cee817a31
@ -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 {});
|
||||
|
Loading…
Reference in New Issue
Block a user