Skip to content

Commit

Permalink
mono: change default version to "latest" (5.8), because 4.0 does not …
Browse files Browse the repository at this point in the history
…evaluate due to security
  • Loading branch information
aristidb committed Apr 28, 2018
1 parent 1b1b76f commit c7713e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6706,12 +6706,12 @@ with pkgs;

mlton = callPackage ../development/compilers/mlton { };

mono = mono40;
mono = mono58;

mono40 = callPackage ../development/compilers/mono/4.0.nix {
mono40 = lowPrio (callPackage ../development/compilers/mono/4.0.nix {
inherit (darwin) libobjc;
inherit (darwin.apple_sdk.frameworks) Foundation;
};
});

mono44 = lowPrio (callPackage ../development/compilers/mono/4.4.nix {
inherit (darwin) libobjc;
Expand All @@ -6738,10 +6738,10 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Foundation;
});

mono58 = lowPrio (callPackage ../development/compilers/mono/5.8.nix {
mono58 = callPackage ../development/compilers/mono/5.8.nix {
inherit (darwin) libobjc;
inherit (darwin.apple_sdk.frameworks) Foundation;
});
};

monoDLLFixer = callPackage ../build-support/mono-dll-fixer { };

Expand Down

0 comments on commit c7713e9

Please sign in to comment.