summary refs log tree commit diff
path: root/pkgs/os-specific/linux/iwd
Commit message (Collapse)AuthorAge
* pkgs: add maxeaubrey to maintainersMaxine Aubrey2021-07-18
|
* iwd: 1.14 -> 1.15Maxine Aubrey2021-06-13
|
* iwd: 1.12 -> 1.14Maxine Aubrey2021-05-13
|
* iwd: 1.11 -> 1.12Maxine Aubrey2021-03-20
|
* iwd: 1.10 -> 1.11Bruno 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.
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* 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
* iwd: fix cross compilationFlorian Klink2020-12-27
| | | | | | | | | 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.
* Merge pull request #105666 from xaverdh/minimal-iwd-seperate-outputJan Tojnar2020-12-03
|\ | | | | iwd: don't include testing tools by default
| * iwd: don't include testing tools by defaultDominik Xaver Hörl2020-12-02
| | | | | | | | | | Put the testing tools in a seperate output. They blow up the closure size by a huge factor.
* | iwd: 1.9 -> 1.10Milan Pässler2020-11-30
|/
* iwd: 1.8 -> 1.9Maximilian Bosch2020-09-07
| | | | https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=1.9
* iwd: 1.7 -> 1.8Maximilian Bosch2020-07-05
| | | | https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=1.8
* iwd: 1.6 -> 1.7Maximilian Bosch2020-04-25
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* iwd: 1.5 -> 1.6Maximilian Bosch2020-03-27
|
* iwd: tests, openssl check depWill Dietz2020-02-12
|
* iwd: drop systemd dep, not needed when specifying config flags tooWill Dietz2020-02-12
| | | | | Only used to guess if systemd-y bits should be installed, which we manually specify already. So drop unneeded dep.
* iwd: 1.4 -> 1.5Will Dietz2020-02-12
|
* iwd: 1.2 -> 1.4Maximilian Bosch2019-12-27
|
* iwd: 1.1 -> 1.2Maximilian Bosch2019-12-04
| | | | https://git.kernel.org/pub/scm/network/wireless/iwd.git/commit/?id=8901ad39275bbd9d7bd868c8d7aac3f97d1131ad
* iwd: 0.22 -> 1.1Franz Pletz2019-11-18
|
* iwd: 0.20 -> 0.22Florian Klink2019-10-11
| | | | | | | 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.
* iwd: revert commit introducing attempt to create /varWill Dietz2019-09-13
| | | | Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
* iwd: 0.19 -> 0.20Will Dietz2019-09-13
| | | | | | | | | | * 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>
* iwd: 0.18 → 0.19Jan Tojnar2019-08-13
| | | | fix build with ell 0.21
* iwd: 0.17 -> 0.18Will Dietz2019-05-13
|
* iwd: use default readline for simplicity.Will Dietz2019-04-22
| | | | Maybe we'll update it one day :).
* iwd: split ell to separate derivation, update iwd and ellWill Dietz2019-04-22
|
* iwd: don't use '/usr' prefix, prefer placeholder over quote-and-prayWill Dietz2019-01-28
|
* iwd: 0.12 -> 0.14Will Dietz2019-01-16
| | | | | 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
* iwd: 0.11 -> 0.12Johannes Frankenau2018-12-03
|
* iwd: disable parallel buildingEdmund Wu2018-11-23
|
* iwd: 0.9 -> 0.11Vladyslav Mykhailichenko2018-11-10
|
* iwd: 0.8 -> 0.9Vladyslav Mykhailichenko2018-10-04
|
* iwd: 0.7 -> 0.8Vladyslav Mykhailichenko2018-09-23
|
* iwd: 0.4 -> 0.7Vladyslav Mykhailichenko2018-08-25
|
* iwd: 0.3 -> 0.4Vladyslav Mykhailichenko2018-07-26
|
* iwd: set statedir to /var/lib/iwdJörg Thalheim2018-07-01
|
* iwd: 0.2 -> 0.3Vladyslav Mykhailichenko2018-06-30
|
* iwd: 0.1 -> 0.2Vladyslav Mykhailichenko2018-05-06
|
* iwd: 2017-12-14 -> 0.1Vladyslav M2018-03-07
|
* iwd-unstable: 2017-09-22 -> 2017-12-14José Romildo Malaquias2017-12-17
| | | | | | - Update to the latest commit - Package distributed tools and docs - Add license
* iwd: 2017-06-02 -> 2017-09-22Jörg Thalheim2017-10-01
|
* iwd: 2017-04-21 -> 2017-06-02Jörg Thalheim2017-06-24
|
* iwd: init at unstable-2017-04-21Jörg Thalheim2017-05-21