gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building gnunet and gnunet-gtk from git on Guix


From: Maxime Devos
Subject: Re: Building gnunet and gnunet-gtk from git on Guix
Date: Sun, 03 Apr 2022 21:11:41 +0200
User-agent: Evolution 3.38.3-1

Marcin Skrzypek schreef op zo 03-04-2022 om 17:25 [+0000]:
>         ;;"--with-gnunet=/gnu/store/7hbk1a4f59zzp9rfav8xmxcfczb995s1-
> gnunet-0.16.3/" 
> ;;"--with-gnunet=/gnu/store/7hbk1a4f59zzp9rfav8xmxcfczb995s1-gnunet-
> 0.16.3/include"

If I'm not mistaken, due to reasons, you need the ungrafted file name
here, not the grafted file name probably returned by "guix build
gnunet(-git)".  Maybe try:

 (arguments
   (list #:configure-flags
         #~(list "--with-[...]"
                 (string-append "--with-gnunet="
                                #$(this-package-input "gnunet")))
         #:tests? #false))

(untested)

Greetings,
Maxime.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]