nongnu: rtl-bt-firmware: Use gnu-build-system.

* nongnu/packages/linux.scm (rtl-bt-firmware): Use gnu-build-system.
This commit is contained in:
Alex Griffin 2020-01-05 13:12:21 -06:00
parent 9c70f51446
commit 883b81f6db

View file

@ -505,24 +505,21 @@ firmware for the following chips:
(package (package
(inherit linux-firmware) (inherit linux-firmware)
(name "rtl-bt-firmware") (name "rtl-bt-firmware")
(build-system trivial-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:modules ((guix build utils)) `(#:tests? #f
#:builder #:license-file-regexp "LICENCE.rtlwifi_firmware.txt"
(begin #:phases
(use-modules (guix build utils)) (modify-phases %standard-phases
(let* ((source (assoc-ref %build-inputs "source")) (replace 'install
(fw-dir (string-append %output "/lib/firmware/")) (lambda* (#:key outputs #:allow-other-keys)
(bin-dir (string-append fw-dir "/rtl_bt")) (let* ((out (assoc-ref outputs "out"))
(gzip (assoc-ref %build-inputs "gzip")) (fw-dir (string-append out "/lib/firmware"))
(tar (assoc-ref %build-inputs "tar"))) (bin-dir (string-append fw-dir "/rtl_bt")))
(set-path-environment-variable "PATH" '("bin")
(list tar gzip))
(invoke "tar" "--strip-components=1" "-xvf" source)
(mkdir-p bin-dir) (mkdir-p bin-dir)
(copy-recursively "./rtl_bt" bin-dir) (copy-recursively "./rtl_bt" bin-dir)
(install-file "./LICENCE.rtlwifi_firmware.txt" fw-dir) #t)))
#t)))) (delete 'validate-runpath))))
(synopsis "Nonfree firmware for Realtek bluetooth chips") (synopsis "Nonfree firmware for Realtek bluetooth chips")
(description (description
"This package contains nonfree firmware for the following Realtek bluetooth chips: "This package contains nonfree firmware for the following Realtek bluetooth chips: