mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: inxi-minimal: Update to 3.3.09-1.
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.09-1. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
8e9e182863
commit
3887c1f3b3
1 changed files with 3 additions and 4 deletions
|
@ -3965,7 +3965,7 @@ Python loading in HPC environments.")
|
||||||
(let ((real-name "inxi"))
|
(let ((real-name "inxi"))
|
||||||
(package
|
(package
|
||||||
(name "inxi-minimal")
|
(name "inxi-minimal")
|
||||||
(version "3.3.08-1")
|
(version "3.3.09-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3974,7 +3974,7 @@ Python loading in HPC environments.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name real-name version))
|
(file-name (git-file-name real-name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0kgxyxfw4hkmp9s3nazdqqvbfb4jqwv59mnpaa7g4n63nrqjv06v"))))
|
(base32 "0m8acg7avnmwqnz59kvrj8rrzg68m228x366bdr3qphw4jqp9l62"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("bash" ,bash-minimal)
|
`(("bash" ,bash-minimal)
|
||||||
|
@ -4026,8 +4026,7 @@ Python loading in HPC environments.")
|
||||||
%build-inputs)))))
|
%build-inputs)))))
|
||||||
(invoke "gzip" "inxi.1")
|
(invoke "gzip" "inxi.1")
|
||||||
(install-file "inxi.1.gz"
|
(install-file "inxi.1.gz"
|
||||||
(string-append %output "/share/man/man1")))
|
(string-append %output "/share/man/man1"))))))
|
||||||
#t)))
|
|
||||||
(home-page "https://smxi.org/docs/inxi.htm")
|
(home-page "https://smxi.org/docs/inxi.htm")
|
||||||
(synopsis "Full-featured system information script")
|
(synopsis "Full-featured system information script")
|
||||||
(description "Inxi is a system information script that can display
|
(description "Inxi is a system information script that can display
|
||||||
|
|
Loading…
Add table
Reference in a new issue