mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 16:38:09 +01:00
nongnu: intel-microcode: Install release documentation.
* nongnu/packages/linux.scm (intel-microcode)[arguments]: Copy releasenote and security.md to the documentation directory.
This commit is contained in:
parent
c7ee990301
commit
87e5ac6086
1 changed files with 6 additions and 1 deletions
|
@ -721,7 +721,12 @@ chipsets from Broadcom:
|
|||
(sha256
|
||||
(base32 "1cs4b7q9j2lw2y09rfa82aijbfmy4lddahz8qlz9gwajf2ziqns8"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments '(#:install-plan '(("intel-ucode" "lib/firmware/"))))
|
||||
(arguments
|
||||
`(#:install-plan
|
||||
(let ((doc (string-append "share/doc/" ,name "-" ,version "/")))
|
||||
`(("intel-ucode" "lib/firmware/")
|
||||
("releasenote" ,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