Skip to content

Commit

Permalink
mono54: init
Browse files Browse the repository at this point in the history
Still trying to figure out how msbuild should fit into the picture...
  • Loading branch information
copumpkin committed Jan 14, 2018
1 parent 4de01b6 commit 1a05448
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/compilers/mono/5.4.nix
@@ -0,0 +1,8 @@
{ stdenv, callPackage, Foundation, libobjc }:

callPackage ./generic-cmake.nix (rec {
inherit Foundation libobjc;
version = "5.4.1.6";
sha256 = "1pv5lmyxjr8z9s17jx19850k43ylzqlbzsgr5jxj1knmkbza1zdx";
enableParallelBuilding = false; # #32386, https://hydra.nixos.org/build/65820147
})
5 changes: 5 additions & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -6382,6 +6382,11 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Foundation;
});

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

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

mozart-binary = callPackage ../development/compilers/mozart/binary.nix { };
Expand Down

0 comments on commit 1a05448

Please sign in to comment.