gnumake: mark head variant lowPrio

Fixes #38257
This commit is contained in:
Daiderd Jordan
2018-03-31 22:56:46 +02:00
parent ab7ba2fc15
commit 86705445dc
+1 -1
View File
@@ -7858,7 +7858,7 @@ with pkgs;
gnumake = if hostPlatform.isRiscV # Technically this check should be for glibc version. gnumake = if hostPlatform.isRiscV # Technically this check should be for glibc version.
then gnumake42HEAD then gnumake42HEAD
else gnumake42; else gnumake42;
gnumake42HEAD = callPackage ../development/tools/build-managers/gnumake/4.2/head.nix { }; gnumake42HEAD = lowPrio (callPackage ../development/tools/build-managers/gnumake/4.2/head.nix { });
gnustep = recurseIntoAttrs (callPackage ../desktops/gnustep {}); gnustep = recurseIntoAttrs (callPackage ../desktops/gnustep {});