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