mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
d4681bf626
- fetchNuGet can fetch binaries from nuget servers - buildDotnetPackage can build .NET packages using mono/xbuild - Places nuget & paket as they would clash with nix - Patch project files because F# targets are expected to be found in the mono directory (and we know that's not going to happen on nix) - Find DLLs that were copied from buildInputs and replace by symlink for sharing - Export produced DLL via the pkg-config mechanism - Create wrappers for produced EXEs - Repackaged this new infrastructure: keepass, monodevelop - Newly packaged: ExtCore, UnionArgParser, FSharp.Data, Paket, and a bunch more.. This is a combination of 73 commits.
66 lines
2.8 KiB
Diff
66 lines
2.8 KiB
Diff
diff -Naur mono-4.0.1.old/mcs/tools/xbuild/data/12.0/Microsoft.Common.targets mono-4.0.1/mcs/tools/xbuild/data/12.0/Microsoft.Common.targets
|
|
--- mono-4.0.1.old/mcs/tools/xbuild/data/12.0/Microsoft.Common.targets 2015-04-24 02:26:18.000000000 +0100
|
|
+++ mono-4.0.1/mcs/tools/xbuild/data/12.0/Microsoft.Common.targets 2015-05-26 00:52:33.997847464 +0100
|
|
@@ -229,8 +229,8 @@
|
|
$(ReferencePath);
|
|
@(AdditionalReferencePath);
|
|
{HintPathFromItem};
|
|
- {TargetFrameworkDirectory};
|
|
{PkgConfig};
|
|
+ {TargetFrameworkDirectory};
|
|
{GAC};
|
|
{RawFileName};
|
|
$(OutDir)
|
|
diff -Naur mono-4.0.1.old/mcs/tools/xbuild/data/14.0/Microsoft.Common.targets mono-4.0.1/mcs/tools/xbuild/data/14.0/Microsoft.Common.targets
|
|
--- mono-4.0.1.old/mcs/tools/xbuild/data/14.0/Microsoft.Common.targets 2015-04-24 02:26:18.000000000 +0100
|
|
+++ mono-4.0.1/mcs/tools/xbuild/data/14.0/Microsoft.Common.targets 2015-05-26 00:52:41.832612748 +0100
|
|
@@ -214,8 +214,8 @@
|
|
$(ReferencePath);
|
|
@(AdditionalReferencePath);
|
|
{HintPathFromItem};
|
|
- {TargetFrameworkDirectory};
|
|
{PkgConfig};
|
|
+ {TargetFrameworkDirectory};
|
|
{GAC};
|
|
{RawFileName};
|
|
$(OutDir)
|
|
diff -Naur mono-4.0.1.old/mcs/tools/xbuild/data/2.0/Microsoft.Common.targets mono-4.0.1/mcs/tools/xbuild/data/2.0/Microsoft.Common.targets
|
|
--- mono-4.0.1.old/mcs/tools/xbuild/data/2.0/Microsoft.Common.targets 2015-04-24 02:26:18.000000000 +0100
|
|
+++ mono-4.0.1/mcs/tools/xbuild/data/2.0/Microsoft.Common.targets 2015-05-26 00:52:46.298478961 +0100
|
|
@@ -139,8 +139,8 @@
|
|
$(ReferencePath);
|
|
@(AdditionalReferencePath);
|
|
{HintPathFromItem};
|
|
- {TargetFrameworkDirectory};
|
|
{PkgConfig};
|
|
+ {TargetFrameworkDirectory};
|
|
{GAC};
|
|
{RawFileName};
|
|
$(OutDir)
|
|
diff -Naur mono-4.0.1.old/mcs/tools/xbuild/data/3.5/Microsoft.Common.targets mono-4.0.1/mcs/tools/xbuild/data/3.5/Microsoft.Common.targets
|
|
--- mono-4.0.1.old/mcs/tools/xbuild/data/3.5/Microsoft.Common.targets 2015-04-24 02:26:18.000000000 +0100
|
|
+++ mono-4.0.1/mcs/tools/xbuild/data/3.5/Microsoft.Common.targets 2015-05-26 00:52:52.119304583 +0100
|
|
@@ -167,8 +167,8 @@
|
|
$(ReferencePath);
|
|
@(AdditionalReferencePath);
|
|
{HintPathFromItem};
|
|
- {TargetFrameworkDirectory};
|
|
{PkgConfig};
|
|
+ {TargetFrameworkDirectory};
|
|
{GAC};
|
|
{RawFileName};
|
|
$(OutDir)
|
|
diff -Naur mono-4.0.1.old/mcs/tools/xbuild/data/4.0/Microsoft.Common.targets mono-4.0.1/mcs/tools/xbuild/data/4.0/Microsoft.Common.targets
|
|
--- mono-4.0.1.old/mcs/tools/xbuild/data/4.0/Microsoft.Common.targets 2015-04-24 02:26:18.000000000 +0100
|
|
+++ mono-4.0.1/mcs/tools/xbuild/data/4.0/Microsoft.Common.targets 2015-05-26 00:52:56.519172776 +0100
|
|
@@ -229,8 +229,8 @@
|
|
$(ReferencePath);
|
|
@(AdditionalReferencePath);
|
|
{HintPathFromItem};
|
|
- {TargetFrameworkDirectory};
|
|
{PkgConfig};
|
|
+ {TargetFrameworkDirectory};
|
|
{GAC};
|
|
{RawFileName};
|
|
$(OutDir)
|