From 872c25fb4de8f50700a0b5fbe2e2f406c41a3c5e Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Thu, 5 Dec 2019 07:12:16 -0600 Subject: 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. --- nongnu/packages/linux.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index d814d69..9716aab 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -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 -- cgit v1.2.3