gnu: cpuid: Fix typo.

This is a left-behind fixup commit to
2bfe99b11a.

* gnu/packages/linux.scm (cpuid)[arguments]: Quasiquote.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-16 06:00:34 +02:00
parent e4089b897b
commit 7f73ca75fa
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6437,7 +6437,7 @@ (define-public cpuid
"19jnkh57f979b78ak5mpxmdvnkgc33r55cw9shgd2hc380b3zi8k")))) "19jnkh57f979b78ak5mpxmdvnkgc33r55cw9shgd2hc380b3zi8k"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:make-flags `(#:make-flags
(list (string-append "CC=" ,(cc-for-target))) (list (string-append "CC=" ,(cc-for-target)))
#:tests? #f ; no tests #:tests? #f ; no tests
#:phases (modify-phases %standard-phases #:phases (modify-phases %standard-phases