summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ell
Commit message (Collapse)AuthorAge
* ell: 0.58 -> 0.59Sergei Trofimovich2023-10-13
|
* Merge staging-next into staginggithub-actions[bot]2023-09-12
|\
| * maintainers: maxeaubrey → amaxineMaxine Aubrey2023-09-12
| |
* | ell: 0.57 -> 0.58Leona Maroni2023-09-09
|/
* ell: 0.56 -> 0.57R. Ryantm2023-05-25
|
* Merge pull request #217098 from K900/iwd-2.3Franz Pletz2023-02-21
|\ | | | | iwd: 2.1 -> 2.3
| * ell: 0.55 -> 0.56K9002023-02-19
| |
* | ell: disable tests on musl (#217073)Yureka2023-02-19
|/
* treewide: switch to nativeCheckInputsGuillaume Girol2023-01-21
| | | | | | | 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.
* ell: 0.54 -> 0.55R. Ryantm2022-12-28
|
* ell: 0.53 -> 0.54R. Ryantm2022-11-21
|
* ell: 0.52 -> 0.53R. Ryantm2022-09-15
|
* ell: 0.51 -> 0.52R. Ryantm2022-07-28
|
* ell: 0.50 -> 0.51Maxine Aubrey2022-06-17
| | | | https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.51
* ell: update metadataMaxine Aubrey2022-04-23
|
* ell: 0.49 -> 0.50R. Ryantm2022-04-22
|
* ell: 0.46 -> 0.49Maxine Aubrey2022-03-18
|
* ell: 0.45 -> 0.46ElXreno2021-11-22
|
* ell: 0.44 -> 0.45Yurii Matsiuk2021-11-08
|
* ell: 0.43 -> 0.44Sergei Trofimovich2021-09-20
| | | | Closes: https://github.com/NixOS/nixpkgs/pull/136324
* ell: 0.42 -> 0.43Maxine Aubrey2021-08-30
| | | | - https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.43
* ell: 0.41 -> 0.42Maxine Aubrey2021-08-10
|
* pkgs: add maxeaubrey to maintainersMaxine Aubrey2021-07-18
|
* ell: 0.40 -> 0.41Maxine Aubrey2021-06-13
|
* ell: 0.38 -> 0.40Maxine Aubrey2021-05-13
|
* ell: 0.36 -> 0.38Maxine Aubrey2021-03-20
|
* ell: 0.35 -> 0.36Bruno Bigras2021-01-20
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* ell: fix cross compilationFlorian Klink2020-12-27
| | | | | | | | | | 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/.
* ell: 0.33 -> 0.35Milan Pässler2020-11-30
|
* ell: 0.32 -> 0.33Maximilian Bosch2020-09-07
| | | | https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.33
* ell: 0.31 -> 0.32Maximilian Bosch2020-07-05
| | | | https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.32
* ell: 0.30 -> 0.31Maximilian Bosch2020-04-25
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* ell: 0.28 -> 0.30Maximilian Bosch2020-03-27
|
* ell: 0.27 -> 0.28Will Dietz2020-02-12
|
* ell: 0.26 -> 0.27Maximilian Bosch2019-12-27
|
* ell: 0.24 -> 0.26Franz Pletz2019-11-18
|
* ell: 0.22 -> 0.24Florian Klink2019-10-11
|
* ell: 0.21 -> 0.22Will Dietz2019-09-03
|
* ell: 0.20 -> 0.21Jan Tojnar2019-08-13
|
* ell: run testsJan Tojnar2019-08-13
| | | | Also add multiple outputs and some other details
* ell: 0.19 -> 0.20Will Dietz2019-05-13
|
* iwd: split ell to separate derivation, update iwd and ellWill Dietz2019-04-22