gnu: gnunet-gtk: Add libunique support.
* gnu/packages/gnunet.scm (gnunet-gtk)[inputs]: Add libunique. [arguments]: Add "--with-libunique" to #:configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
e8bb4336b4
commit
d8bc4729f8
1 changed files with 3 additions and 2 deletions
|
@ -325,7 +325,7 @@ (define-public gnunet-gtk
|
||||||
"1p38k1s6a2fmcfc9a7cf1zrdycm9h06kqdyand4s3k500nj6mb4g"))))
|
"1p38k1s6a2fmcfc9a7cf1zrdycm9h06kqdyand4s3k500nj6mb4g"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list "--without-libunique"
|
(list "--with-libunique"
|
||||||
"--with-qrencode"
|
"--with-qrencode"
|
||||||
(string-append "--with-gnunet="
|
(string-append "--with-gnunet="
|
||||||
(assoc-ref %build-inputs "gnunet")))))
|
(assoc-ref %build-inputs "gnunet")))))
|
||||||
|
@ -335,7 +335,8 @@ (define-public gnunet-gtk
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("libextractor" ,libextractor)
|
("libextractor" ,libextractor)
|
||||||
("glade3" ,glade3)
|
("glade3" ,glade3)
|
||||||
("qrencode" ,qrencode)))
|
("qrencode" ,qrencode)
|
||||||
|
("libunique" ,libunique)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("libglade" ,libglade)))
|
("libglade" ,libglade)))
|
||||||
|
|
Loading…
Reference in a new issue