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:
Alex Griffin 2019-12-05 07:12:16 -06:00
parent 8624048c59
commit 872c25fb4d

View file

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