Commit Graph

38 Commits

Author SHA1 Message Date
Yureka
d71d42707e
ell: disable tests on musl (#217073) 2023-02-19 13:39:59 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm
b21655f661 ell: 0.54 -> 0.55 2022-12-28 04:15:03 +00:00
R. Ryantm
607fe05ebb ell: 0.53 -> 0.54 2022-11-21 12:54:38 +00:00
R. Ryantm
554996a3b5 ell: 0.52 -> 0.53 2022-09-15 08:18:29 +00:00
R. Ryantm
d338b73261 ell: 0.51 -> 0.52 2022-07-28 05:46:57 +00:00
Maxine Aubrey
d276229d7c
ell: 0.50 -> 0.51
https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.51
2022-06-17 10:25:01 +02:00
Maxine Aubrey
4182f29b41
ell: update metadata 2022-04-23 11:36:48 +02:00
R. Ryantm
3344abcce6 ell: 0.49 -> 0.50 2022-04-22 17:25:04 +00:00
Maxine Aubrey
75a612b110
ell: 0.46 -> 0.49 2022-03-18 16:30:26 +01:00
ElXreno
fa022edf06
ell: 0.45 -> 0.46 2021-11-22 15:12:03 +03:00
Yurii Matsiuk
76f89efce2
ell: 0.44 -> 0.45 2021-11-08 16:50:29 +01:00
Sergei Trofimovich
152a8a69af ell: 0.43 -> 0.44
Closes: https://github.com/NixOS/nixpkgs/pull/136324
2021-09-20 08:33:15 +01:00
Maxine Aubrey
9040a3b1bf
ell: 0.42 -> 0.43
- https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.43
2021-08-30 20:22:38 +02:00
Maxine Aubrey
bc4484fa11
ell: 0.41 -> 0.42 2021-08-10 11:15:10 +02:00
Maxine Aubrey
dbf4e2980d
pkgs: add maxeaubrey to maintainers 2021-07-18 21:23:26 +02:00
Maxine Aubrey
ad9ee4e0df
ell: 0.40 -> 0.41 2021-06-13 18:39:21 +02:00
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