GNU bug report logs - #29508
[PATCH] gnu: monero-core: Fix missing dependency.

Previous Next

Package: guix-patches;

Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>

Date: Thu, 30 Nov 2017 11:13:05 UTC

Severity: normal

Tags: patch

Merged with 29507

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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vasile Dumitrascu <va511e <at> yahoo.com>
Subject: bug#29508: closed (Re: [bug#29508] [PATCH] gnu: monero-core: Fix
 missing dependency.)
Date: Thu, 30 Nov 2017 15:07:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#29508: [PATCH] gnu: monero-core: Fix missing dependency.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 29508 <at> debbugs.gnu.org.

-- 
29508: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29508
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Vasile Dumitrascu <va511e <at> yahoo.com>
Cc: 29508-done <at> debbugs.gnu.org
Subject: Re: [bug#29508] [PATCH] gnu: monero-core: Fix missing dependency.
Date: Thu, 30 Nov 2017 16:05:59 +0100
Vasile Dumitrascu <va511e <at> yahoo.com> skribis:

> * gnu/packages/finance.scm (monero-core)[inputes]: Add readline.

Applied, thanks!

Note: when sending a patch series, you should send the first message to
guix-patches <at> gnu.org, wait for the automated reply that gives you the
issue number, and then send the remaining messages to
NNN <at> debbugs.gnu.org where NNN is the issue number.

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Vasile Dumitrascu <va511e <at> yahoo.com>
To: guix-patches <at> gnu.org
Cc: Vasile Dumitrascu <va511e <at> yahoo.com>
Subject: [PATCH] gnu: monero-core: Fix missing dependency.
Date: Thu, 30 Nov 2017 12:12:04 +0100
* gnu/packages/finance.scm (monero-core)[inputes]: Add readline.
---
 gnu/packages/finance.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 9492376ba..788f7c0d7 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -49,6 +49,7 @@
   #:use-module (gnu packages python-crypto)
   #:use-module (gnu packages python-web)
   #:use-module (gnu packages qt)
+  #:use-module (gnu packages readline)
   #:use-module (gnu packages texinfo)
   #:use-module (gnu packages textutils)
   #:use-module (gnu packages tls)
@@ -439,6 +440,7 @@ Monero command line client and daemon.")
        ("libunwind" ,libunwind)
        ("openssl" ,openssl)
        ("qt" ,qt)
+       ("readline" ,readline)
        ("unbound" ,unbound)))
     (propagated-inputs
      `(("monero" ,monero)))
-- 
2.15.1




This bug report was last modified 7 years and 232 days ago.

Previous Next


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