Commit graph

9 commits

Author SHA1 Message Date
Kira Bruneau cd4780fab4
maintainers: rename metadark -> kira-bruneau (#124035) 2021-05-22 16:47:40 +02:00
Kira Bruneau 935f82784b cmake-language-server: disable test timeouts 2021-05-17 18:34:45 -04:00
Ben Siraphob c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +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
Ryan Burns cccd2f0d2c Use specific commit patch 2020-07-30 23:54:27 -07:00
Ryan Burns 1f67443319 cmake-language-server: fix test error on macOS
This should fix Hydra's Darwin test failures for this package.
See https://github.com/regen100/cmake-language-server/pull/24
2020-07-29 22:09:25 -07:00
MetaDark 832a240b12 cmake-language-server: build with pygls 0.9.x 2020-07-07 10:33:26 -07:00
MetaDark 93ebfdad49 cmake-language-server: 0.1.1 -> 0.1.2 2020-06-10 19:42:48 +02:00
MetaDark ec905d07fa cmake-language-server: init at 0.1.1 2020-05-28 19:21:43 -07:00