Commit graph

68 commits

Author SHA1 Message Date
Leona Maroni e7ffffce82
iwd: 2.7 -> 2.8 2023-09-16 19:44:49 +02:00
Maxine Aubrey 9204ded9bd
maintainers: maxeaubrey → amaxine 2023-09-12 17:21:05 +02:00
R. Ryantm 51c6a06979 iwd: 2.6 -> 2.7 2023-07-10 00:57:35 +00:00
Nick Cao 8794b4fa5c
iwd: 2.5 -> 2.6 2023-06-30 12:26:25 +08:00
R. Ryantm 56d862b1c7 iwd: 2.4 -> 2.5 2023-06-11 09:37:47 +00:00
R. Ryantm 2a7863eb2f iwd: 2.3 -> 2.4 2023-05-22 04:29:16 +00:00
K900 6bd5976d81 iwd: 2.1 -> 2.3 2023-02-19 10:16:46 +03: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
Maxine Aubrey 0201a05469
iwd: 2.0 -> 2.1 2022-12-29 00:16:01 +01:00
Maxine Aubrey 89f245f012
iwd: 1.30 -> 2.0 2022-12-08 22:36:43 +01:00
Maxine Aubrey 68bc381eb5
iwd: 1.29 -> 1.30
https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=1.30
2022-09-17 20:20:00 +02:00
Maxine Aubrey 5dfbe0ac19
iwd: 1.28 -> 1.29 2022-07-31 13:45:03 +02:00
Maxine Aubrey 518f3eab17
iwd: 1.27 -> 1.28
https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=1.28
2022-06-17 13:36:59 +02:00
Michael Adler 321d31a4af iwd: 1.26 -> 1.27 2022-05-05 17:23:06 +02:00
R. Ryantm 4bb889376f iwd: 1.25 -> 1.26 2022-04-08 01:09:19 +00:00
Maxine Aubrey cbf0cefbd7
iwd: 1.20 -> 1.25 2022-03-18 16:30:37 +01:00
ReplayCoding 12d29578c8 iwd: move documentation to seperate output 2022-03-09 14:04:53 -08:00
ElXreno dfb34c9a7b
iwd: 1.19 -> 1.20 2021-11-22 15:12:04 +03:00
Yurii Matsiuk a61fcbb347
iwd: 1.17 -> 1.19 2021-11-08 16:50:29 +01:00
Maxine Aubrey 306f04e43d
iwd: 1.16 -> 1.17
- https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=1.17
2021-09-01 18:05:22 +02:00
Maxine Aubrey 1590a4f82d
iwd: 1.15 -> 1.16 2021-08-10 11:15:18 +02:00
Maxine Aubrey dbf4e2980d
pkgs: add maxeaubrey to maintainers 2021-07-18 21:23:26 +02:00
Maxine Aubrey ed93247dc0
iwd: 1.14 -> 1.15 2021-06-13 18:39:33 +02:00
Maxine Aubrey c018ef9f56
iwd: 1.12 -> 1.14 2021-05-13 21:51:29 +02:00
Maxine Aubrey 74095112e5
iwd: 1.11 -> 1.12 2021-03-20 15:32:04 +01:00
Bruno Bigras a98faf18fd iwd: 1.10 -> 1.11 2021-01-20 23:50:51 -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
Ben Siraphob 16d91ee628 pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +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
Florian Klink d24918b70e iwd: fix cross compilation
This derivation uses wrapPython to wrap some "test scripts" that are
shipped in the "test" output.

As these test scripts require gobject-introspection, which doesn't
cross-compile at all, let's only patch and ship them when not
cross-compiling.
2020-12-27 13:47:52 +01:00
Jan Tojnar ae7aa4d6bb
Merge pull request #105666 from xaverdh/minimal-iwd-seperate-output
iwd: don't include testing tools by default
2020-12-03 17:21:18 +01:00
Dominik Xaver Hörl 1d1e17ae60 iwd: don't include testing tools by default
Put the testing tools in a seperate output. They blow up the closure
size by a huge factor.
2020-12-02 08:56:57 +01:00
Milan Pässler 470c27eb3d iwd: 1.9 -> 1.10 2020-11-30 22:44:21 +01:00
Maximilian Bosch a59a88cf3e
iwd: 1.8 -> 1.9
https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=1.9
2020-09-07 21:48:29 +02:00
Maximilian Bosch 77ffd8d5e0
iwd: 1.7 -> 1.8
https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=1.8
2020-07-05 02:16:53 +02:00
Maximilian Bosch 61c95a2eec
iwd: 1.6 -> 1.7 2020-04-25 12:13:01 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Maximilian Bosch 0e69720f34
iwd: 1.5 -> 1.6 2020-03-27 01:29:01 +01:00
Will Dietz f9b5108d91
iwd: tests, openssl check dep 2020-02-12 19:08:21 -06:00
Will Dietz 54f35e4e40
iwd: drop systemd dep, not needed when specifying config flags too
Only used to guess if systemd-y bits should be installed,
which we manually specify already.  So drop unneeded dep.
2020-02-12 18:54:45 -06:00
Will Dietz 5f51a18863
iwd: 1.4 -> 1.5 2020-02-12 18:45:59 -06:00
Maximilian Bosch f3e68258c4
iwd: 1.2 -> 1.4 2019-12-27 16:29:57 +01:00
Maximilian Bosch af066ace5f
iwd: 1.1 -> 1.2
https://git.kernel.org/pub/scm/network/wireless/iwd.git/commit/?id=8901ad39275bbd9d7bd868c8d7aac3f97d1131ad
2019-12-04 20:52:24 +01:00
Franz Pletz 09f1e09954
iwd: 0.22 -> 1.1 2019-11-18 02:26:18 +01:00
Florian Klink 29ba759209 iwd: 0.20 -> 0.22
We need rst2man to build manpages.

I also removed revert-create-dirs-on-install.patch, as it doesn't apply
cleanly anymore, and is purely cosmetic anyway.
2019-10-11 22:27:02 +02:00
Will Dietz 208fa6be8e iwd: revert commit introducing attempt to create /var
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-09-13 20:59:31 -04:00
Will Dietz aaf0ccfa4d iwd: 0.19 -> 0.20
* don't use deprecated dbus directory
* alphabetize
* drop Mic92 from maintainers
  https://github.com/NixOS/nixpkgs/pull/68063#discussion_r323113385
* enableParallelBuilding

Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-09-13 20:59:17 -04:00
Jan Tojnar 1dbc0be5b7
iwd: 0.18 → 0.19
fix build with ell 0.21
2019-08-13 15:37:16 +02:00
Will Dietz 7bff53a8bc
iwd: 0.17 -> 0.18 2019-05-13 16:28:05 -05:00
Will Dietz 3412b701e5 iwd: use default readline for simplicity.
Maybe we'll update it one day :).
2019-04-22 23:21:00 -05:00