summary refs log tree commit diff
path: root/pkgs/development/dotnet-modules
Commit message (Collapse)AuthorAge
* python-language-server: 2020-10-08 -> 2021-05-20Jörg Thalheim2021-07-10
|
* python-language-server: cleanup deps, add missing phase hooksFelix Rath2021-05-15
| | | | also improve script a little bit
* python-language-server: 2020-06-19 -> 2020-10-08Felix Rath2021-05-15
| | | | Update for Python 3.9 support
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* dotnetCorePackages.sdk_3_1: fix dependent packagesJamie Magee2020-09-23
|
* python-language-server: 2020-04-24 -> 2020-06-19 (#91469)Jörg Thalheim2020-06-27
|
* python-language-server: init at 2020-04-24Tom McLaughlin2020-05-09
|
* [treewide] delete unused patchesc0bw3b2019-05-04
|
* 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.