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>
master
ng0 2016-07-29 17:45:25 +00:00 committed by 宋文武
parent d25639731a
commit 9b12bc7032
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 3 additions and 1 deletions

View File

@ -316,7 +316,9 @@ services.")
(arguments
`(#:configure-flags
(list "--without-libunique"
"--with-qrencode")))
"--with-qrencode"
(string-append "--with-gnunet="
(assoc-ref %build-inputs "gnunet")))))
(inputs
`(("gnunet" ,gnunet)
("libgcrypt" ,libgcrypt)