mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
nix_2_3: pin-to-gcc12-if-gcc13
This commit is contained in:
parent
695fe131c2
commit
cc938b3306
@ -8,6 +8,7 @@
|
||||
, fetchpatch2
|
||||
, runCommand
|
||||
, Security
|
||||
, pin-to-gcc12-if-gcc13
|
||||
|
||||
, storeDir ? "/nix/store"
|
||||
, stateDir ? "/nix/var"
|
||||
@ -151,14 +152,16 @@ let
|
||||
pkg;
|
||||
|
||||
in lib.makeExtensible (self: ({
|
||||
nix_2_3 = (common {
|
||||
nix_2_3 = pin-to-gcc12-if-gcc13 ((common {
|
||||
version = "2.3.17";
|
||||
hash = "sha256-EK0pgHDekJFqr0oMj+8ANIjq96WPjICe2s0m4xkUdH4=";
|
||||
patches = [
|
||||
patch-monitorfdhup
|
||||
];
|
||||
maintainers = with lib.maintainers; [ flokli raitobezarius ];
|
||||
}).override { boehmgc = boehmgc-nix_2_3; };
|
||||
}).override {
|
||||
boehmgc = boehmgc-nix_2_3;
|
||||
});
|
||||
|
||||
nix_2_10 = common {
|
||||
version = "2.10.3";
|
||||
|
Loading…
Reference in New Issue
Block a user