From 4cee817a313be0073ce8cb5f01809749d0f2c85e Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Tue, 3 Apr 2018 07:58:38 -0500 Subject: [PATCH] gnumake42HEAD: remove attribute to fix eval This was removed as part of 519f0b8db2f91e73964375ee81fc411153bf3aa3 but is still present for whatever reason. Remove since the file no longer exists. --- pkgs/top-level/all-packages.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 473a25875b3..a4c68fc15c7 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 {});