parent
ab7ba2fc15
commit
86705445dc
@ -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 {});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user