mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 23:34:52 +01:00
nongnu: intel-microcode: Fix build.
Fixes #15. * nongnu/packages/linux.scm (intel-microcode)[arguments]: Remove tar invocation that was accidentally added in the last linux-firmware update.
This commit is contained in:
parent
8624048c59
commit
872c25fb4d
1 changed files with 0 additions and 3 deletions
|
@ -570,9 +570,6 @@ firmware for the following chips:
|
|||
(let* ((source (assoc-ref %build-inputs "source"))
|
||||
(fw-dir (string-append %output "/lib/firmware"))
|
||||
(bin-dir (string-append fw-dir "/intel-ucode")))
|
||||
(set-path-environment-variable "PATH" '("bin")
|
||||
(list tar gzip))
|
||||
(invoke "tar" "--strip-components=1" "-xvf" source)
|
||||
(mkdir-p bin-dir)
|
||||
(copy-recursively (string-append source "/intel-ucode") bin-dir)
|
||||
(copy-file
|
||||
|
|
Loading…
Reference in a new issue