mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: solidity: Remove input labels.
* gnu/packages/solidity.scm (solidity)[native-inputs]: Remove labels.
This commit is contained in:
parent
bee129a806
commit
9dfe5142bd
1 changed files with 3 additions and 3 deletions
|
@ -78,9 +78,9 @@ (define-public solidity
|
|||
(inputs
|
||||
(list boost-static jsoncpp z3))
|
||||
(native-inputs
|
||||
`(("python" ,python)
|
||||
("tput" ,ncurses)
|
||||
("xargs" ,findutils)))
|
||||
(list python
|
||||
ncurses ;for 'tput'
|
||||
findutils)) ;for 'xargs'
|
||||
(home-page "https://solidity.readthedocs.io")
|
||||
(synopsis "Contract-Oriented Programming Language")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue