mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 09:58:09 +01:00
nongnu: intel-microcode: Use gexps.
* nongnu/packages/linux.scm (intel-microcode)[arguments]: Use gexps. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
f5621ff07e
commit
3111d799e0
1 changed files with 6 additions and 6 deletions
|
@ -931,12 +931,12 @@ chipsets from Broadcom:
|
|||
(base32 "1g6npglsvpjycg3qwrkz3kjw3h0drs22ps472gjy4kyvqpnp8bq3"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:install-plan
|
||||
(let ((doc (string-append "share/doc/" ,name "-" ,version "/")))
|
||||
`(("intel-ucode" "lib/firmware/")
|
||||
("README.md" ,doc)
|
||||
("releasenote.md" ,doc)
|
||||
("security.md" ,doc)))))
|
||||
(list #:install-plan
|
||||
#~(let ((doc (string-append "share/doc/" #$name "-" #$version "/")))
|
||||
`(("intel-ucode" "lib/firmware/")
|
||||
("README.md" ,doc)
|
||||
("releasenote.md" ,doc)
|
||||
("security.md" ,doc)))))
|
||||
(home-page
|
||||
"https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files")
|
||||
(synopsis "Processor microcode firmware for Intel CPUs")
|
||||
|
|
Loading…
Reference in a new issue