mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-23 08:58:08 +01:00
nongnu: linux-firmware: Remove unnecessary inputs.
* nongnu/packages/linux.scm (linux-firmware)[native-inputs]: Remove inputs.
This commit is contained in:
parent
883b81f6db
commit
fad3261d5c
1 changed files with 0 additions and 3 deletions
|
@ -96,9 +96,6 @@ on hardware which requires nonfree software to function.")))
|
||||||
(invoke "make" "install"
|
(invoke "make" "install"
|
||||||
(string-append "DESTDIR=" out)))))
|
(string-append "DESTDIR=" out)))))
|
||||||
(delete 'validate-runpath))))
|
(delete 'validate-runpath))))
|
||||||
(native-inputs
|
|
||||||
`(("gzip" ,gzip)
|
|
||||||
("tar" ,tar)))
|
|
||||||
(home-page
|
(home-page
|
||||||
"https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git")
|
"https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git")
|
||||||
(synopsis "Nonfree firmware blobs for Linux")
|
(synopsis "Nonfree firmware blobs for Linux")
|
||||||
|
|
Loading…
Reference in a new issue