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
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

View File

@ -7858,7 +7858,7 @@ with pkgs;
gnumake = if hostPlatform.isRiscV # Technically this check should be for glibc version.
then gnumake42HEAD
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 {});