mono54: init
Still trying to figure out how msbuild should fit into the picture...
This commit is contained in:
parent
4de01b6723
commit
1a054480d3
8
pkgs/development/compilers/mono/5.4.nix
Normal file
8
pkgs/development/compilers/mono/5.4.nix
Normal file
@ -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
|
||||
})
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user