From: ng0 <ng0@we.make.ritual.n0.is>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: gnunet-gtk: Add libunique support in gnunet-gtk.
Date: Mon, 22 Aug 2016 23:21:54 +0000 [thread overview]
Message-ID: <87twec8k4t.fsf@we.make.ritual.n0.is> (raw)
[-- 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
next reply other threads:[~2016-08-22 23:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-22 23:21 ng0 [this message]
2016-08-23 1:30 ` [PATCH] gnu: gnunet-gtk: Add libunique support in gnunet-gtk Leo Famulari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87twec8k4t.fsf@we.make.ritual.n0.is \
--to=ng0@we.make.ritual.n0.is \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.