* [PATCH] gnu: gnunet-gtk: Add libunique support in gnunet-gtk.
@ 2016-08-22 23:21 ng0
2016-08-23 1:30 ` Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2016-08-22 23:21 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 132 bytes --]
In the commit message, is the ending "in gnunet-gtk" unnecessary? It
almost feels like it.
Thanks for merging the libunique patch.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-gnunet-gtk-Add-libunique-support-in-gnunet-gtk.patch --]
[-- Type: text/x-patch, Size: 1265 bytes --]
From 71c7fa15df9793827e93823eb37c35b4357626cc Mon Sep 17 00:00:00 2001
From: ng0 <ng0@we.make.ritual.n0.is>
Date: Mon, 22 Aug 2016 23:13:03 +0000
Subject: [PATCH] gnu: gnunet-gtk: Add libunique support in gnunet-gtk.
* gnu/packages/gnunet.scm (gnunet-gtk)[inputs]: Add libunique.
[arguments]: Add "--with-libunique" to #:configure-flags.
---
gnu/packages/gnunet.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 7887322..b08ba74 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -325,7 +325,7 @@ services.")
"1p38k1s6a2fmcfc9a7cf1zrdycm9h06kqdyand4s3k500nj6mb4g"))))
(arguments
`(#:configure-flags
- (list "--without-libunique"
+ (list "--with-libunique"
"--with-qrencode"
(string-append "--with-gnunet="
(assoc-ref %build-inputs "gnunet")))))
@@ -335,7 +335,8 @@ services.")
("gtk+" ,gtk+)
("libextractor" ,libextractor)
("glade3" ,glade3)
- ("qrencode" ,qrencode)))
+ ("qrencode" ,qrencode)
+ ("libunique" ,libunique)))
(native-inputs
`(("pkg-config" ,pkg-config)
("libglade" ,libglade)))
--
2.9.3
[-- Attachment #3: Type: text/plain, Size: 70 bytes --]
--
ng0
For non-prism friendly talk find me on http://www.psyced.org
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: gnunet-gtk: Add libunique support in gnunet-gtk.
2016-08-22 23:21 [PATCH] gnu: gnunet-gtk: Add libunique support in gnunet-gtk ng0
@ 2016-08-23 1:30 ` Leo Famulari
0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2016-08-23 1:30 UTC (permalink / raw)
To: ng0; +Cc: guix-devel
On Mon, Aug 22, 2016 at 11:21:54PM +0000, ng0 wrote:
> In the commit message, is the ending "in gnunet-gtk" unnecessary? It
> almost feels like it.
Yes, I think it's unnecessary, so I removed it.
> Subject: [PATCH] gnu: gnunet-gtk: Add libunique support in gnunet-gtk.
>
> * gnu/packages/gnunet.scm (gnunet-gtk)[inputs]: Add libunique.
> [arguments]: Add "--with-libunique" to #:configure-flags.
Thanks, pushed as d8bc4729f8!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-23 1:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-22 23:21 [PATCH] gnu: gnunet-gtk: Add libunique support in gnunet-gtk ng0
2016-08-23 1:30 ` Leo Famulari
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.