Commit graph

14 commits

Author SHA1 Message Date
Ben Siraphob d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +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
R. RyanTM 85e20b4854 xbps: 0.59 -> 0.59.1 2020-04-12 17:46:25 -07:00
R. RyanTM 08690436a8 xbps: 0.58 -> 0.59 2020-03-14 14:32:09 +01:00
R. RyanTM 140f037faf xbps: 0.57.1 -> 0.58 2020-02-09 10:01:02 +01:00
Robin Gloster 313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
R. RyanTM 1d43f30a97 xbps: 0.57 -> 0.57.1
(#72697)
2019-11-09 15:54:31 +01:00
Will Dietz 2e808509f0
xbps: fix build w/glibc, disable errors due to unused fread result 2019-09-04 20:47:29 -05:00
Will Dietz 31e8b2d069
xbps: 0.56 -> 0.57 2019-09-03 19:29:49 -05:00
Robin Gloster 242e52dbb1
treewide: remove openssl 1.1 pinning 2019-07-30 03:41:32 +02:00
Tadeo Kondrak dfd620068a xbps: 0.53 -> 0.56 2019-07-12 09:12:46 +02:00
Will Dietz 9973ca8c2f xbps: 0.52 -> 0.53, update repo owner name (voidlinux -> void-linux) 2018-10-19 22:22:25 -05:00
Will Dietz a9d3d4dc6d xbps: limit to platforms.linux
Darwin is a no-go at least:
https://github.com/NixOS/nixpkgs/pull/40730#issuecomment-390284212
2018-05-18 13:07:51 -05:00
Will Dietz 0c30d6597e xbps: init at 0.52 2018-05-18 12:42:34 -05:00