From 7032ec3cd89ed4a36bee7cf62a978522a2912431 Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Sun, 5 Jan 2020 15:07:59 -0600 Subject: nongnu: ath3k-firmware: Deprecate package. * nongnu/packages/linux.scm (ath3k-firmware): Deprecate package in favor of atheros-firmware. --- nongnu/packages/linux.scm | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 88b2726..8ca5b7c 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -321,39 +321,7 @@ WLAN.TF.2.1-00021-QCARMSWP-1 (ath10k/QCA9377/hw1.0/firmware-6.bin) "/linux-firmware.git/plain/LICENSE.QualcommAtheros_ar3k")))))) (define-public ath3k-firmware - (package - (inherit linux-firmware) - (name "ath3k-firmware") - (build-system gnu-build-system) - (arguments - `(#:tests? #f - #:license-file-regexp - "LICEN[CS]E\\.(atheros_firmware|QualcommAtheros_ar3k)" - #:phases - (modify-phases %standard-phases - (replace 'install - (lambda* (#:key outputs #:allow-other-keys) - (let* ((out (assoc-ref outputs "out")) - (fw-dir (string-append out "/lib/firmware")) - (bin-dir (string-append fw-dir "/ar3k"))) - (mkdir-p bin-dir) - (copy-recursively "./ar3k" bin-dir) - (install-file "ath3k-1.fw" fw-dir) - #t))) - (delete 'validate-runpath)))) - (synopsis "Nonfree firmware blobs for the ath3k Bluetooth driver") - (description "Nonfree firmware blobs for the ath3k Bluetooth driver. ath3k -is the Linux Bluetooth driver for Atheros AR3011/AR3012 Bluetooth chipsets.") - (license - (list - (nonfree - (string-append - "https://git.kernel.org/pub/scm/linux/kernel/git/firmware" - "/linux-firmware.git/plain/LICENCE.atheros_firmware")) - (nonfree - (string-append - "https://git.kernel.org/pub/scm/linux/kernel/git/firmware" - "/linux-firmware.git/plain/LICENSE.QualcommAtheros_ar3k")))))) + (deprecated-package "ath3k-firmware" atheros-firmware)) (define-public iwlwifi-firmware (package -- cgit v1.2.3