aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/dotnet-modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dotnetCorePackages.sdk_3_1: fix dependent packagesJamie Magee2020-09-231-36/+6
|
* python-language-server: 2020-04-24 -> 2020-06-19 (#91469)Jörg Thalheim2020-06-272-390/+384
|
* python-language-server: init at 2020-04-24Tom McLaughlin2020-05-096-0/+1552
|
* [treewide] delete unused patchesc0bw3b2019-05-041-11/+0
|
* Lay down the foundation for packaging the .NET echosystemobadz2015-06-063-0/+142
- 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.