Re: Integrate Guix GUI programs into foreign distro's desktop?

2020-12-24 Thread Bonface M. K.
> XDG_DATA_DIR is also defined in the etc/profile.) -- Bonface M. K. <https://www.bonfacemunyoki.com> Humble GNU Emacs User / Bearer of scheme-y parens Curator: <https://upbookclub.com> / Twitter: @BonfaceKilz GPG Key: D4F09EB110177E03C28E2FE1F5BBAE1E0392253F signature.asc Description: PGP signature

Re: Racket (require gregor)

2020-12-19 Thread Bonface M. K.
IX_ENVIRONMENT/etc/ssl/certs/ca-certificates.crt" --8<---cut here---end--->8--- I do things that way since there's a racket program[0] I ran in a server; and it's convenient on that regard... [0] http://git.genenetwork.org/GeneNetwork/feedanalyser.

Re: Racket (require gregor)

2020-12-19 Thread Bonface M. K.
replacement projects. Both Guix and Racket will > be important tools of trade I imagine 😊) > > -Yasu > I wouldn't mind collaborating on this! I could share some of my notes with you if you don't mind ... -- Bonface M. K. <https://www.bonfacemunyoki.com> Humble G

Re: Racket (require gregor)

2020-12-19 Thread Bonface M. K.
7;t really work out how to resolve the dependencies--- Racket is stateful with how it manages dependencies which has made it very difficult to have a working buid system. Nix seems to have, that sorted out, but IIRC it's really inefficient... [...] -- Bonface M. K. <https://www.bonfacemunyoki.c

Re: Integrate Guix GUI programs into foreign distro's desktop?

2020-12-07 Thread Bonface M. K.
OFILE:-/gnu/store/36cyb6ndkdd2r9v2fhra68yzdnc89sk3-profile}/lib/gtk-3.0${GUIX_GTK3_PATH:+:}$GUIX_GTK3_PATH" --8<---cut here---end--->8--- The variables defined in the /etc/profile set the correct paths wrt your actual profile... I'm not sure if

Re: Integrate Guix GUI programs into foreign distro's desktop?

2020-12-06 Thread Bonface M. K.
>8--- export PATH="$HOME/.config/guix/current/bin:$HOME/.local/bin:$PATH" --8<---cut here---end--->8--- Best to have that as part of your .zshrc or .bashrc file. So whenever you install the GUI apps(for example-- in my case-- I use Emacs), your

Re: How do you write a package's deps to a file?

2020-12-01 Thread Bonface M. K.
me "** | " version " | " home-page " | " description " | " " |\n"))) (package-propagated-inputs this-package)

Re: How do you write a package's deps to a file?

2020-12-01 Thread Bonface M. K.
agated-inputs instead of getting /all/ inputs? >> > > I think it would be easiest to compute this outside the package > definition and then add it as an input and just plop the precomputed > file into place in a custom phase. Yes! I think this will do it for this case. Would neve

Re: How do you write a package's deps to a file?

2020-12-01 Thread Bonface M. K.
hat info to write to a file somewhere in the outputs dir. The end goal is to use that file to display (on some website) the dependencies the project has. So when you do, say, `guix install `, as part of your outputs, you also generate a file that explicitly list the deps as part of your output ;) &

Re: How do you write a package's deps to a file?

2020-12-01 Thread Bonface M. K.
7;ve had a look at guix/graph.scm and scripts/graph.scm... And I got lost--- I'm not /yet/ a scheme guru... I reckon I'll go with Efraim's suggestion which seems easier to do :) Thanks for the pointers! [...] -- Bonface M. K. <https://www.bonfacemunyoki.com> Chief Emacs Bazu /

How do you write a package's deps to a file?

2020-11-30 Thread Bonface M. K.
he modules like say _(use (gnu packages))_. How do I do that if that's the case? Is it also possible to get the same information in a fine grained manner, like say get the propagated-inputs instead of getting /all/ inputs? -- Bonface M. K. <https://www.bonfacemunyoki.com> Chie

Re: Port forwarding for Guix containers

2020-11-20 Thread Bonface M. K.
uot;-N" flag. Here's an example: --8<---cut here---start->8--- ./pre-inst-env guix environment -N --ad-hoc wget -- wget "some-url" --8<---cut here---end--->8--- I don'

Re: guix system docker-image : missing root file system and 'incompatible bytecode kind'

2020-11-09 Thread Bonface M. K.
art service 'syslogd' > failed to start service 'loopback' > failed to start service 'virtual-terminal' > failed to start service 'denatting' > failed to start service 'mcron' > ^CBacktrace: >2 (primitive-load "/gnu

Re: Spams in the help-guix list ?

2020-10-21 Thread Bonface M. K.
Gnus > https://gnucode.me > https://video.hardlimit.com/accounts/joshua_branson/video-channels > "You can have whatever you want, as long as you help enough other people get > what they want." - Zig Ziglar -- Bonface M. K. <https://www.bonfacemunyoki.com> Chief Emacs Bazu

Re: Spams in the help-guix list ?

2020-10-20 Thread Bonface M. K.
; "You can have whatever you want, as long as you help enough other people get > what they want." - Zig Ziglar > > -- Bonface M. K. <https://www.bonfacemunyoki.com> Chief Emacs Bazu / Rieng ya software sare Mchochezi of: <https://upbookclub.com> / Twitter: @BonfaceKilz GPG Key: D4F09EB110177E03C28E2FE1F5BBAE1E0392253F signature.asc Description: PGP signature

Re: qutebrowser has no sound

2020-09-12 Thread Bonface M. K.
look into this. > I don't know if this will help you in troubleshooting this particular case but you could try: https://bbs.archlinux.org/viewtopic.php?id=246733. I hope that thread provides some pointers. > Sergiu > > -- Bonface M. K. (https://www.bonfacemunyoki.com) One Divine

Re: My Guile Hacker Handbook

2020-07-23 Thread Bonface M. K.
Jérémy Korwin-Zmijowski writes: > Le jeudi 23 juillet 2020 à 13:32 +0300, Bonface M. K. a écrit : >> I am that person ;) > > Please leave me your feedback on anything ! > Cool. I'll do that over the weekend or early next week :) > Jérémy > -- Bonface M. K. (h

Re: My Guile Hacker Handbook

2020-07-23 Thread Bonface M. K.
an experienced Guile hacker, the book will emerge > accordingly to my Guile journey haha. > > Hope it can help someone to jump in and hack. > I am that person ;) > Cheers, > > Jérémy > > -- Bonface M. K. (https://www.bonfacemunyoki.com) One Divine Emacs To Rule Them All GPG key = D4F09EB110177E03C28E2FE1F5BBAE1E0392253F