Commit graph

21 commits

Author SHA1 Message Date
Maxine Aubrey e3760e234b
ell: 0.38 -> 0.40 2021-05-13 21:50:35 +02:00
Maxine Aubrey 87fbee6a7d
ell: 0.36 -> 0.38 2021-03-20 15:02:59 +01:00
Bruno Bigras 17783d1176 ell: 0.35 -> 0.36 2021-01-20 23:50:25 -05:00
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
Florian Klink 52261c4c27 ell: fix cross compilation
The current `fix-dbus-tests.patch` uses automake and pkgconfig to figure
out the path of `dbus-daemon`. This fails when cross-compiling, as
tests aren't run (and `checkInputs`) not available.

Instead of doing this, we can simply teach the tests to pick up
dbus-daemon from $PATH. This was also sent upstream in
https://lists.01.org/hyperkitty/list/ell@lists.01.org/thread/SQEZAIS2LZXSXGTXOW3GTAM5ZPXRLTN4/.
2020-12-27 13:20:50 +01:00
Milan Pässler 24491ac504 ell: 0.33 -> 0.35 2020-11-30 22:44:21 +01:00
Maximilian Bosch f3ea9452fb
ell: 0.32 -> 0.33
https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.33
2020-09-07 21:48:29 +02:00
Maximilian Bosch 8683ac07d6
ell: 0.31 -> 0.32
https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.32
2020-07-05 02:16:53 +02:00
Maximilian Bosch 74fcd4f2d6
ell: 0.30 -> 0.31 2020-04-25 12:12:54 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Maximilian Bosch 79cc0c7e9f
ell: 0.28 -> 0.30 2020-03-27 01:29:01 +01:00
Will Dietz 3b99307f9b
ell: 0.27 -> 0.28 2020-02-12 18:45:52 -06:00
Maximilian Bosch eac7f001ad
ell: 0.26 -> 0.27 2019-12-27 16:29:49 +01:00
Franz Pletz bf3bab2b3f
ell: 0.24 -> 0.26 2019-11-18 02:26:18 +01:00
Florian Klink d3c069c50d ell: 0.22 -> 0.24 2019-10-11 22:25:15 +02:00
Will Dietz f0779e4497
ell: 0.21 -> 0.22 2019-09-03 19:37:37 -05:00
Jan Tojnar bd3a54b222
ell: 0.20 -> 0.21 2019-08-13 15:37:15 +02:00
Jan Tojnar 4f7f9701ae
ell: run tests
Also add multiple outputs and some other details
2019-08-13 15:37:15 +02:00
Will Dietz 12a1533f69
ell: 0.19 -> 0.20 2019-05-13 16:27:14 -05:00
Will Dietz 20ba9c03ed iwd: split ell to separate derivation, update iwd and ell 2019-04-22 15:55:15 -05:00