mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: inxi-minimal: Remove input labels.
* gnu/packages/admin.scm (inxi-minimal)[inputs]: Remove input labels.
This commit is contained in:
parent
2dfc21d9ce
commit
932409da9c
1 changed files with 3 additions and 3 deletions
|
@ -4320,9 +4320,9 @@ (define-public inxi-minimal
|
|||
(base32 "1nai43251r791qvc1c4hhvcaa6hq7zcjlww7k3ip7br6zgxqjaxm"))))
|
||||
(build-system trivial-build-system)
|
||||
(inputs
|
||||
`(("bash" ,bash-minimal)
|
||||
("perl" ,perl)
|
||||
("procps" ,procps)))
|
||||
(list bash-minimal
|
||||
perl
|
||||
procps))
|
||||
(native-inputs
|
||||
(list gzip))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue