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,8 +931,8 @@ chipsets from Broadcom:
|
||||||
(base32 "1g6npglsvpjycg3qwrkz3kjw3h0drs22ps472gjy4kyvqpnp8bq3"))))
|
(base32 "1g6npglsvpjycg3qwrkz3kjw3h0drs22ps472gjy4kyvqpnp8bq3"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:install-plan
|
(list #:install-plan
|
||||||
(let ((doc (string-append "share/doc/" ,name "-" ,version "/")))
|
#~(let ((doc (string-append "share/doc/" #$name "-" #$version "/")))
|
||||||
`(("intel-ucode" "lib/firmware/")
|
`(("intel-ucode" "lib/firmware/")
|
||||||
("README.md" ,doc)
|
("README.md" ,doc)
|
||||||
("releasenote.md" ,doc)
|
("releasenote.md" ,doc)
|
||||||
|
|
Loading…
Reference in a new issue