summary refs log tree commit diff
path: root/pkgs/build-support/dotnetbuildhelpers
Commit message (Collapse)AuthorAge
* Replace hard coded /bin/bash occurrencesMarkus Hauck2016-10-04
|
* Remove all-packages.nix helperFunctions dependency.Nicolas B. Pierron2016-03-20
|
* Lay down the foundation for packaging the .NET echosystemobadz2015-06-06
- 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.