GNU bug report logs - #32130
[PATCH] gnu: Add electron-cash.

Previous Next

Package: guix-patches;

Reported by: Vagrant Cascadian <vagrant <at> debian.org>

Date: Thu, 12 Jul 2018 05:06:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: ludo <at> gnu.org (Ludovic Courtès)
To: Vagrant Cascadian <vagrant <at> debian.org>
Cc: 32130 <at> debbugs.gnu.org
Subject: [bug#32130] [PATCH] gnu: Add electron-cash.
Date: Fri, 13 Jul 2018 00:03:20 +0200
Hello,

Vagrant Cascadian <vagrant <at> debian.org> skribis:

> * gnu/packages/finance.scm (electron-cash): New variable.

[...]

> +    (build-system python-build-system)
> +    (inputs
> +     `(("python-pyaes" ,python-pyaes)
> +       ("python-pysocks" ,python-pysocks)
> +       ("python-sip" ,python-sip)
> +       ("python-pyqt" ,python-pyqt)
> +       ("python-ecdsa" ,python-ecdsa)
> +       ("python-pbkdf2" ,python-pbkdf2)
> +       ("python-requests" ,python-requests)
> +       ("python-qrcode" ,python-qrcode)
> +       ("python-protobuf" ,python-protobuf)
> +       ("python-dnspython" ,python-dnspython)
> +       ("python-jsonrpclib-pelix" ,python-jsonrpclib-pelix)))
> +    (arguments
> +     `(#:tests? #f ;; package doesn't have any tests
> +       #:phases
> +       (modify-phases %standard-phases
> +         (add-before 'build 'patch-home
> +           (lambda* (#:key outputs #:allow-other-keys)
> +             (substitute* "setup.py"
> +               (("~/.local/share")
> +                (string-append (assoc-ref outputs "out") "/local/share"))))))))
> +    (home-page "https://electroncash.org/")

This seems to be pretty much the same thing as ‘electrum’.  Should we
define it as:

  (package
    (inherit electrum)
    (name "electron-cash")
    …)

?

Thanks,
Ludo’.




This bug report was last modified 6 years and 310 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.