mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: radeontop: Update to 1.4.
* gnu/packages/linux.scm (radeontop): Update to 1.4. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
c9cd97c872
commit
e16f76fae2
1 changed files with 3 additions and 4 deletions
|
@ -6488,7 +6488,7 @@ (define-public libseccomp
|
||||||
(define-public radeontop
|
(define-public radeontop
|
||||||
(package
|
(package
|
||||||
(name "radeontop")
|
(name "radeontop")
|
||||||
(version "1.3")
|
(version "1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6497,7 +6497,7 @@ (define-public radeontop
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ay6vl9zsz9b2scy0fnsy482pzizj52i27syxwny4z4i9wrk2wmn"))))
|
(base32 "0kwqddidr45s1blp0h8r8h1dd1p50l516yb6mb4s6zsc827xzgg3"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
@ -6507,8 +6507,7 @@ (define-public radeontop
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "getver.sh"
|
(substitute* "getver.sh"
|
||||||
(("ver=unknown")
|
(("ver=unknown")
|
||||||
(string-append "ver=" ,version)))
|
(string-append "ver=" ,version)))))
|
||||||
#t))
|
|
||||||
(delete 'configure)) ; no configure script
|
(delete 'configure)) ; no configure script
|
||||||
#:make-flags (list "CC=gcc"
|
#:make-flags (list "CC=gcc"
|
||||||
(string-append "PREFIX=" %output))
|
(string-append "PREFIX=" %output))
|
||||||
|
|
Loading…
Reference in a new issue