mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-02-16 17:43:10 +01:00
nongnu: linux: Make use of nonfree license definitions.
* nongnu/packages/linux.scm (linux-firmware)[license]: Specify nonfree license. * nongnu/packages/linux.scm (ath3k-firmware)[license]: Specify nonfree license.
This commit is contained in:
parent
b51327e5f4
commit
a00815c40d
1 changed files with 13 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
#:use-module (guix git-download)
|
#:use-module (guix git-download)
|
||||||
#:use-module (guix build-system trivial)
|
#:use-module (guix build-system trivial)
|
||||||
#:use-module ((guix licenses) #:prefix license:))
|
#:use-module (nonguix licenses))
|
||||||
|
|
||||||
(define (linux-urls version)
|
(define (linux-urls version)
|
||||||
"Return a list of URLS for Linux VERSION."
|
"Return a list of URLS for Linux VERSION."
|
||||||
|
@ -87,7 +87,7 @@ on hardware which requires nonfree software to function.")))
|
||||||
(description "Non-free firmware blobs for enabling support for various
|
(description "Non-free firmware blobs for enabling support for various
|
||||||
hardware in the Linux kernel.")
|
hardware in the Linux kernel.")
|
||||||
(license
|
(license
|
||||||
(license:non-copyleft
|
(nonfree
|
||||||
(string-append "https://git.kernel.org/pub/scm/linux/kernel/git/"
|
(string-append "https://git.kernel.org/pub/scm/linux/kernel/git/"
|
||||||
"firmware/linux-firmware.git/plain/WHENCE"))))))
|
"firmware/linux-firmware.git/plain/WHENCE"))))))
|
||||||
|
|
||||||
|
@ -110,4 +110,14 @@ hardware in the Linux kernel.")
|
||||||
#t))))
|
#t))))
|
||||||
(synopsis "Non-free firmware blobs for the ath3k Bluetooth driver")
|
(synopsis "Non-free firmware blobs for the ath3k Bluetooth driver")
|
||||||
(description "Non-free firmware blobs for the ath3k Bluetooth driver. ath3k
|
(description "Non-free firmware blobs for the ath3k Bluetooth driver. ath3k
|
||||||
is the Linux Bluetooth driver for Atheros AR3011/AR3012 Bluetooth chipsets.")))
|
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"))))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue