guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: cpuid: Fix typo.


From: guix-commits
Subject: 01/02: gnu: cpuid: Fix typo.
Date: Fri, 16 Oct 2020 00:04:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7f73ca75fac1308ec6987d5b20987e97695f1325
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 16 06:00:34 2020 +0200

    gnu: cpuid: Fix typo.
    
    This is a left-behind fixup commit to
    2bfe99b11ac89ea723fd5d8aed9d6cdac78d71d4.
    
    * gnu/packages/linux.scm (cpuid)[arguments]: Quasiquote.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index faeaf5d..9731b6f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6437,7 +6437,7 @@ available in the kernel Linux.")
                 "19jnkh57f979b78ak5mpxmdvnkgc33r55cw9shgd2hc380b3zi8k"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:make-flags
+     `(#:make-flags
        (list (string-append "CC=" ,(cc-for-target)))
        #:tests? #f                      ; no tests
        #:phases (modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]