Commit graph

9 commits

Author SHA1 Message Date
Jörg Thalheim 796214bca6 python-language-server: 2020-10-08 -> 2021-05-20 2021-07-10 10:50:21 +02:00
Felix Rath d68e0569a0 python-language-server: cleanup deps, add missing phase hooks
also improve script a little bit
2021-05-15 16:20:43 -07:00
Felix Rath d3b00c99a9 python-language-server: 2020-06-19 -> 2020-10-08
Update for Python 3.9 support
2021-05-15 16:20:43 -07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Jamie Magee 460c98ec69
dotnetCorePackages.sdk_3_1: fix dependent packages 2020-09-23 13:18:44 +02:00
Jörg Thalheim efe0b7c6ae
python-language-server: 2020-04-24 -> 2020-06-19 (#91469) 2020-06-27 13:52:42 +02:00
Tom McLaughlin d963bf30f5 python-language-server: init at 2020-04-24 2020-05-09 09:41:14 +02:00
c0bw3b 9cb260d091 [treewide] delete unused patches 2019-05-04 19:52:24 +02:00
obadz d4681bf626 Lay down the foundation for packaging the .NET echosystem
- 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.
2015-06-06 09:06:22 -04:00