gnu: monero: Remove unused input.

* gnu/packages/finance.scm (monero)[native-inputs]: Remove GIT.
This commit is contained in:
Marius Bakke 2020-07-30 12:50:43 +02:00
parent 9b047548d9
commit cf73d149e9
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 2 deletions

View File

@ -96,7 +96,6 @@
#:use-module (gnu packages time)
#:use-module (gnu packages tls)
#:use-module (gnu packages upnp)
#:use-module (gnu packages version-control)
#:use-module (gnu packages web)
#:use-module (gnu packages xml)
#:use-module (gnu packages gnuzilla))
@ -573,7 +572,6 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch
(build-system cmake-build-system)
(native-inputs
`(("doxygen" ,doxygen)
("git" ,git)
("graphviz" ,graphviz)
("pkg-config" ,pkg-config)
("protobuf" ,protobuf)