Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08: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
Vladimír Čunát
1838227d81
libbpf: 0.1.0 -> 0.1.1
...
This adds just a single tiny bugfix commit.
https://github.com/libbpf/libbpf/releases/tag/v0.1.1
2020-09-30 18:41:19 +02:00
Vladimír Čunát
16124457d0
libbpf: fix incomplete linkage
...
Also use a better reallocarray fix.
2020-09-09 17:21:26 +02:00
Vladimír Čunát
2c145f4588
libbpf: fixup build after the last staging iteration
...
... and add myself into meta.maintainers :-)
2020-09-07 18:44:17 +02:00
Austin Seipp
5e91e66591
libbpf: 0.0.9 -> 0.1.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-08-31 17:47:26 -05:00
R. RyanTM
f3c08b34e3
libbpf: 0.0.8 -> 0.0.9
2020-06-26 13:38:16 +00:00
R. RyanTM
646fc239d3
libbpf: 0.0.7 -> 0.0.8
2020-05-09 08:57:25 +02:00
Orivej Desh
1aeaf9387a
libbpf: 0.0.3pre114 -> 0.0.7
...
Fixes #82153
2020-03-09 23:25:57 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Austin Seipp
dee55b0e66
libbpf: init at 0.0.3pre114_672ae75
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-21 13:06:36 -05:00