Commit Graph

51 Commits

Author SHA1 Message Date
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
Will Dietz
20ba9c03ed iwd: split ell to separate derivation, update iwd and ell 2019-04-22 15:55:15 -05:00
Will Dietz
d5c660c9dd iwd: don't use '/usr' prefix, prefer placeholder over quote-and-pray 2019-01-28 21:41:23 -06:00
Will Dietz
8238e19c2f iwd: 0.12 -> 0.14
https://git.kernel.org/pub/scm/network/wireless/iwd.git/diff/ChangeLog?h=0.13
https://git.kernel.org/pub/scm/network/wireless/iwd.git/diff/ChangeLog?h=0.14
2019-01-16 17:16:42 -06:00
Johannes Frankenau
de23f0b922 iwd: 0.11 -> 0.12 2018-12-03 11:52:28 +01:00
Edmund Wu
5a6ee6a4e7
iwd: disable parallel building 2018-11-23 10:20:19 -05:00
Vladyslav Mykhailichenko
7b9632af82
iwd: 0.9 -> 0.11 2018-11-10 19:08:23 +02:00
Vladyslav Mykhailichenko
9fe857de7d iwd: 0.8 -> 0.9 2018-10-04 22:01:06 +03:00
Vladyslav Mykhailichenko
3b7ecaa798 iwd: 0.7 -> 0.8 2018-09-23 15:26:55 +03:00
Vladyslav Mykhailichenko
d73fd69952 iwd: 0.4 -> 0.7 2018-08-25 15:26:52 +03:00
Vladyslav Mykhailichenko
67ef197919 iwd: 0.3 -> 0.4 2018-07-26 12:38:50 +03:00
Jörg Thalheim
6e54e9253a iwd: set statedir to /var/lib/iwd 2018-07-01 10:59:35 +01:00
Vladyslav Mykhailichenko
04967f3ecf iwd: 0.2 -> 0.3 2018-06-30 15:26:06 +03:00
Vladyslav Mykhailichenko
bd7c16e9c3 iwd: 0.1 -> 0.2 2018-05-06 21:10:24 +03:00
Vladyslav M
2a147bea02 iwd: 2017-12-14 -> 0.1 2018-03-07 20:28:12 +02:00
José Romildo Malaquias
902105abb9 iwd-unstable: 2017-09-22 -> 2017-12-14
- Update to the latest commit
- Package distributed tools and docs
- Add license
2017-12-17 10:41:06 -02:00
Jörg Thalheim
d67137dd55 iwd: 2017-06-02 -> 2017-09-22 2017-10-01 10:22:18 +01:00
Jörg Thalheim
5e2de6d846 iwd: 2017-04-21 -> 2017-06-02 2017-06-24 10:29:14 +01:00