summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rfkill
Commit message (Collapse)AuthorAge
* 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
* rfkill: removeV2020-08-24
| | | | | | | | | | rfkill was subsumed by util-linux in 2017 [1], and the upstream has not been updated in over 5 years [2]. This package shadows the rfkill from util-linux, so it can be completely removed with no breaking changes, because util-linux is in the base package set in nixos/system-path. [1] https://github.com/karelzak/util-linux/commit/d17fb726b562a69e8f174d46fa6cf794abc129cd [2] https://git.sipsolutions.net/rfkill.git/log/
* rfkill-udev: add licenseMarkus Kowalewski2020-06-30
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* tree-wide: fix more warning related to loaOf deprecationJan Tojnar2020-01-11
|
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|
* treewide: use dontUnpackworldofpeace2019-07-01
|
* treewide: fixup bcf54cernhmjoj2019-04-12
| | | | | fix the executable bit for scripts installed with substituteAll and some remaining shebangs.
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj2019-01-16
|
* rfkill: add licenseMarkus Kowalewski2018-08-30
|
* Another attempt to eradicate ensureDirEelco Dolstra2014-06-30
| | | | See c556a6ea46e71e1907d78b71fab36df30297b3ad.
* rfkill: Update to 0.5Eelco Dolstra2014-01-27
|
* rfkill udev package.Arie Middelkoop2012-02-24
| | | | svn path=/nixpkgs/trunk/; revision=32532
* * Added rfkill, a tool for controlling the wireless kill switch onEelco Dolstra2010-04-21
Linux. svn path=/nixpkgs/trunk/; revision=21199