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:
Timotej Lazar 2023-05-13 22:51:55 +02:00 committed by Jonathan Brielmaier
parent f5621ff07e
commit 3111d799e0
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -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")