Merge pull request #49368 from Mic92/mono-cleanup2
mono44: remove insecure version
This commit is contained in:
commit
ea30c719dd
@ -1,8 +0,0 @@
|
||||
{ callPackage, Foundation, libobjc }:
|
||||
|
||||
callPackage ./generic.nix (rec {
|
||||
inherit Foundation libobjc;
|
||||
version = "4.4.2.11";
|
||||
sha256 = "0cxnypw1j7s253wr5hy05k42ghgg2s9qibp10kndwnp5bv12q34h";
|
||||
enableParallelBuilding = false; # #32386, https://hydra.nixos.org/build/65565737
|
||||
})
|
@ -7247,12 +7247,6 @@ with pkgs;
|
||||
inherit (darwin) libobjc;
|
||||
inherit (darwin.apple_sdk.frameworks) Foundation;
|
||||
});
|
||||
|
||||
mono44 = lowPrio (callPackage ../development/compilers/mono/4.4.nix {
|
||||
inherit (darwin) libobjc;
|
||||
inherit (darwin.apple_sdk.frameworks) Foundation;
|
||||
});
|
||||
|
||||
mono46 = lowPrio (callPackage ../development/compilers/mono/4.6.nix {
|
||||
inherit (darwin) libobjc;
|
||||
inherit (darwin.apple_sdk.frameworks) Foundation;
|
||||
|
Loading…
Reference in New Issue
Block a user