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

2022-04-03 Thread Maxime Devos
Marcin Skrzypek schreef op zo 03-04-2022 om 17:25 [+]: > > (define-public gnunet-git >   (package >    (name "gnunet") >    (version "0.16.3") >    (source (local-file "/home/gnunet" #:recursive? #t)) >    (build-system gnu-build-system) >    (inputs >     `(("bluez" ,bluez) FWIW, this can pr

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

2022-04-03 Thread Maxime Devos
Marcin Skrzypek schreef op zo 03-04-2022 om 17:25 [+]: > To install GNUnet from git on GUIX I use modified (removed check > phase) package definition as tests fail: Which tests are failing? Maybe the bug can be fixed. Greetings, Maxime. signature.asc Description: This is a digitally signed

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

2022-04-03 Thread Maxime Devos
Marcin Skrzypek schreef op zo 03-04-2022 om 17:25 [+]: >         ;;"--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

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

2022-04-03 Thread Maxime Devos
Marcin Skrzypek schreef op zo 03-04-2022 om 17:25 [+]: > To install GNUnet from git on GUIX I use modified (removed check > phase) package definition as tests fail: This does not answer your question, but it's named Guix, not GUIX. The reddit's name is a lie. Also, the standard way of disabl

Building gnunet and gnunet-gtk from git on GUIX

2022-04-03 Thread Marcin Skrzypek
Hi ya. To install GNUnet from git on GUIX I use modified (removed check phase) package definition as tests fail: (define-public gnunet-git (package (name "gnunet") (version "0.16.3") (source (local-file "/home/gnunet" #:recursive? #t)) (build-system gnu-build-system) (inputs `(("bluez" ,bluez) (