about summary refs log tree commit diff
path: root/pkgs/development/dotnet-modules
AgeCommit message (Collapse)AuthorFilesLines
2022-06-20python-language-server: update dependenciesmdarocha1-11/+11
2022-03-16python-language-server: 2021-09-08 -> 2022-02-18R. Ryantm1-3/+3
2021-12-23nuget-to-nix: update to use pname instead of nameFelix Buehler1-119/+119
2021-11-21python-language-server: 2021-05-20 -> 2021-09-08, use buildDotnetModuleIvar Scholten7-1431/+179
2021-11-16python-language-server: Update dependenciesClaudio Bley2-6/+6
2021-09-17python-language-server: Update dependenciesClaudio Bley2-6/+6
2021-07-10python-language-server: 2020-10-08 -> 2021-05-20Jörg Thalheim1-4/+3
2021-05-15python-language-server: cleanup deps, add missing phase hooksFelix Rath4-100/+12
also improve script a little bit
2021-05-15python-language-server: 2020-06-19 -> 2020-10-08Felix Rath3-53/+85
Update for Python 3.9 support
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-09-23dotnetCorePackages.sdk_3_1: fix dependent packagesJamie Magee1-36/+6
2020-06-27python-language-server: 2020-04-24 -> 2020-06-19 (#91469)Jörg Thalheim2-390/+384
2020-05-09python-language-server: init at 2020-04-24Tom McLaughlin6-0/+1552
2019-05-04[treewide] delete unused patchesc0bw3b1-11/+0
2015-06-06Lay down the foundation for packaging the .NET echosystemobadz3-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.