all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29507] [PATCH] gnu: monero-core: Fix missing dependency.
@ 2017-11-30 11:12 Vasile Dumitrascu
  2017-11-30 11:12 ` [bug#29508] " Vasile Dumitrascu
  0 siblings, 1 reply; 4+ messages in thread
From: Vasile Dumitrascu @ 2017-11-30 11:12 UTC (permalink / raw)
  To: 29507

 Hi Guix

Following the update of monero-core to 0.11.1.0, a missing dependency towards readline was spotted and compilation failed. This patch fixes it.
 Thank you,

   Vasile

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#29508] [PATCH] gnu: monero-core: Fix missing dependency.
  2017-11-30 11:12 [bug#29507] [PATCH] gnu: monero-core: Fix missing dependency Vasile Dumitrascu
@ 2017-11-30 11:12 ` Vasile Dumitrascu
  2017-11-30 15:05   ` bug#29508: " Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Vasile Dumitrascu @ 2017-11-30 11:12 UTC (permalink / raw)
  To: 29508; +Cc: Vasile Dumitrascu

* 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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#29508: [PATCH] gnu: monero-core: Fix missing dependency.
  2017-11-30 11:12 ` [bug#29508] " Vasile Dumitrascu
@ 2017-11-30 15:05   ` Ludovic Courtès
  2017-12-02  2:09     ` [bug#29508] " Vasile Dumitrascu
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2017-11-30 15:05 UTC (permalink / raw)
  To: Vasile Dumitrascu; +Cc: 29508-done

Vasile Dumitrascu <va511e@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@gnu.org, wait for the automated reply that gives you the
issue number, and then send the remaining messages to
NNN@debbugs.gnu.org where NNN is the issue number.

Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#29508] [PATCH] gnu: monero-core: Fix missing dependency.
  2017-11-30 15:05   ` bug#29508: " Ludovic Courtès
@ 2017-12-02  2:09     ` Vasile Dumitrascu
  0 siblings, 0 replies; 4+ messages in thread
From: Vasile Dumitrascu @ 2017-12-02  2:09 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 29508-done

   Hi

  Noted. Thank you,

    Vasile


Ludovic Courtès:
> Vasile Dumitrascu <va511e@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@gnu.org, wait for the automated reply that gives you the
> issue number, and then send the remaining messages to
> NNN@debbugs.gnu.org where NNN is the issue number.
> 
> Ludo’.
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-12-02  2:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-30 11:12 [bug#29507] [PATCH] gnu: monero-core: Fix missing dependency Vasile Dumitrascu
2017-11-30 11:12 ` [bug#29508] " Vasile Dumitrascu
2017-11-30 15:05   ` bug#29508: " Ludovic Courtès
2017-12-02  2:09     ` [bug#29508] " Vasile Dumitrascu

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.