Merge pull request #49364 from Mic92/mono-cleanup

mono40: remove
This commit is contained in:
Jörg Thalheim 2018-10-28 22:59:29 +00:00 committed by GitHub
commit c33e3a3899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 13 deletions

View File

@ -1,9 +0,0 @@
{ callPackage, Foundation, libobjc }:
callPackage ./generic.nix (rec {
inherit Foundation libobjc;
version = "4.0.4.1";
sha256 = "1ydw9l89apc9p7xr5mdzy0h97g2q6v243g82mxswfc2rrqhfs4gd";
meta = {
knownVulnerabilities = [ "CVE-2009-0689" ];
};
})

View File

@ -7243,10 +7243,6 @@ with pkgs;
mono5 = mono58;
mono4 = mono48;
mono40 = lowPrio (callPackage ../development/compilers/mono/4.0.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;