me
/
guix
Archived
1
0
Fork 0

gnu: solidity: Remove input labels.

* gnu/packages/solidity.scm (solidity)[native-inputs]: Remove labels.
master
Ludovic Courtès 2022-07-03 11:12:10 +02:00
parent bee129a806
commit 9dfe5142bd
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 3 deletions

View File

@ -78,9 +78,9 @@
(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