diff options
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index fee7837a04b..846ee3f94ca 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -6753,35 +6753,6 @@ for NVM-Express drives. It was made specifically for Linux as it relies on the | |||
| 6753 | IOCTLs defined by the mainline kernel driver.") | 6753 | IOCTLs defined by the mainline kernel driver.") |
| 6754 | (license license:gpl2+))) | 6754 | (license license:gpl2+))) |
| 6755 | 6755 | ||
| 6756 | (define-public rfkill | ||
| 6757 | (package | ||
| 6758 | (name "rfkill") | ||
| 6759 | (version "0.5") | ||
| 6760 | (source (origin | ||
| 6761 | (method url-fetch) | ||
| 6762 | (uri (string-append "mirror://kernel.org/software/network/" | ||
| 6763 | name "/" name "-" version ".tar.xz")) | ||
| 6764 | (sha256 | ||
| 6765 | (base32 | ||
| 6766 | "0snqj5h0y991lszbigbyyqb8swj0hxajc1vfqg2scfay44231bp0")))) | ||
| 6767 | (build-system gnu-build-system) | ||
| 6768 | (arguments | ||
| 6769 | `(#:make-flags (list "CC=gcc" | ||
| 6770 | (string-append "PREFIX=" %output)) | ||
| 6771 | #:phases (modify-phases %standard-phases | ||
| 6772 | (delete 'configure)) | ||
| 6773 | #:tests? #f)) | ||
| 6774 | (home-page "https://wireless.wiki.kernel.org/en/users/Documentation/rfkill") | ||
| 6775 | (synopsis "Tool for enabling and disabling wireless devices") | ||
| 6776 | (description | ||
| 6777 | "rfkill is a simple tool for accessing the rfkill device interface, | ||
| 6778 | which is used to enable and disable wireless networking devices, typically | ||
| 6779 | WLAN, Bluetooth and mobile broadband.") | ||
| 6780 | (license (license:non-copyleft "file://COPYING" | ||
| 6781 | "See COPYING in the distribution.")) | ||
| 6782 | ;; rfkill is part of util-linux as of 2.31. | ||
| 6783 | (properties `((superseded . ,util-linux))))) | ||
| 6784 | |||
| 6785 | (define-public acpi | 6756 | (define-public acpi |
| 6786 | (package | 6757 | (package |
| 6787 | (name "acpi") | 6758 | (name "acpi") |
| @@ -9338,7 +9309,6 @@ interface in sysfs, which can be accomplished with the included udev rules.") | |||
| 9338 | ("kmod" ,kmod) | 9309 | ("kmod" ,kmod) |
| 9339 | ("pciutils" ,pciutils) | 9310 | ("pciutils" ,pciutils) |
| 9340 | ("perl" ,perl) | 9311 | ("perl" ,perl) |
| 9341 | ("rfkill" ,rfkill) | ||
| 9342 | ("sed" ,sed) | 9312 | ("sed" ,sed) |
| 9343 | ("usbutils" ,usbutils) | 9313 | ("usbutils" ,usbutils) |
| 9344 | ("util-linux" ,util-linux) | 9314 | ("util-linux" ,util-linux) |
| @@ -9423,7 +9393,7 @@ interface in sysfs, which can be accomplished with the included udev rules.") | |||
| 9423 | "hdparm" | 9393 | "hdparm" |
| 9424 | "iw" | 9394 | "iw" |
| 9425 | "pciutils" | 9395 | "pciutils" |
| 9426 | "rfkill" | 9396 | "util-linux" |
| 9427 | "wireless-tools")))))) | 9397 | "wireless-tools")))))) |
| 9428 | (append bin-files sbin-files)))))))) | 9398 | (append bin-files sbin-files)))))))) |
| 9429 | (home-page "https://linrunner.de/en/tlp/tlp.html") | 9399 | (home-page "https://linrunner.de/en/tlp/tlp.html") |
