mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Switch default version of GNU Make to 4.1.
This commit is contained in:
parent
e729dfbd3f
commit
cd89c69798
@ -4952,7 +4952,7 @@ let
|
||||
gnumake382 = callPackage ../development/tools/build-managers/gnumake/3.82 { };
|
||||
gnumake40 = callPackage ../development/tools/build-managers/gnumake/4.0 { };
|
||||
gnumake41 = callPackage ../development/tools/build-managers/gnumake/4.1 { };
|
||||
gnumake = gnumake382;
|
||||
gnumake = gnumake41;
|
||||
|
||||
gob2 = callPackage ../development/tools/misc/gob2 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user