gnu: monero-core: Rename package to "monero-gui".

* gnu/packages/finance.scm (monero-core): Define in terms of
'deprecated-package'.
(monero-gui): New variable, formerly known as "monero-core".

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
master
Theodoros Foradis 2018-07-08 20:39:32 +03:00 committed by Ludovic Courtès
parent 88d5ee44ed
commit f7e248396b
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 3 deletions

View File

@ -460,15 +460,15 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch
Monero command line client and daemon.")
(license license:bsd-3)))
(define-public monero-core
(define-public monero-gui
(package
(name "monero-core")
(name "monero-gui")
(version "0.12.2.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/monero-project/monero-core")
(url "https://github.com/monero-project/monero-gui")
(commit (string-append "v" version))))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
@ -537,6 +537,9 @@ Monero command line client and daemon.")
Monero GUI client.")
(license license:bsd-3)))
(define-public monero-core
(deprecated-package "monero-core" monero-gui))
(define-public python-trezor-agent
(package
(name "python-trezor-agent")