mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: gnunet-gtk: Configure with gnunet path.
* gnun/packages/gnunet.scm (gnunet-gtk)[arguments]: Add '--with-gnunet' to #:configure-flags. Signed-off-by: 宋文武 <iyzsong@gmail.com>
This commit is contained in:
parent
d25639731a
commit
9b12bc7032
1 changed files with 3 additions and 1 deletions
|
@ -316,7 +316,9 @@ (define-public gnunet-gtk
|
|||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "--without-libunique"
|
||||
"--with-qrencode")))
|
||||
"--with-qrencode"
|
||||
(string-append "--with-gnunet="
|
||||
(assoc-ref %build-inputs "gnunet")))))
|
||||
(inputs
|
||||
`(("gnunet" ,gnunet)
|
||||
("libgcrypt" ,libgcrypt)
|
||||
|
|
Loading…
Reference in a new issue