mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: cpuid: Update to 20211031.
* gnu/packages/linux.scm (cpuid): Update to 20211031. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
46c8cb6140
commit
162d9c8710
1 changed files with 3 additions and 4 deletions
|
@ -7157,14 +7157,14 @@ (define-public proot-static
|
||||||
(define-public cpuid
|
(define-public cpuid
|
||||||
(package
|
(package
|
||||||
(name "cpuid")
|
(name "cpuid")
|
||||||
(version "20201006")
|
(version "20211031")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.etallen.com/cpuid/cpuid-"
|
(uri (string-append "http://www.etallen.com/cpuid/cpuid-"
|
||||||
version ".src.tar.gz"))
|
version ".src.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19jnkh57f979b78ak5mpxmdvnkgc33r55cw9shgd2hc380b3zi8k"))))
|
"13sxb2ar4gypiv0l87lr7hf3qjccwgsg1r92adv9jvrfxcv36pbn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
@ -7179,8 +7179,7 @@ (define-public cpuid
|
||||||
;; Make the compressed manpages writable so that the
|
;; Make the compressed manpages writable so that the
|
||||||
;; reset-gzip-timestamps phase does not error out.
|
;; reset-gzip-timestamps phase does not error out.
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("-m 444") "-m 644"))
|
(("-m 444") "-m 644")))))))
|
||||||
#t)))))
|
|
||||||
(inputs `(("perl" ,perl)))
|
(inputs `(("perl" ,perl)))
|
||||||
(supported-systems '("i686-linux" "x86_64-linux"))
|
(supported-systems '("i686-linux" "x86_64-linux"))
|
||||||
(home-page "http://www.etallen.com/cpuid.html")
|
(home-page "http://www.etallen.com/cpuid.html")
|
||||||
|
|
Loading…
Reference in a new issue