the perfect setup with geiser

2022-10-05 Thread jgart
Hi, this doesn't work for me from the manual: ;; Assuming the Guix checkout is in ~/src/guix. (with-eval-after-load 'geiser-guile (add-to-list 'geiser-guile-load-path "~/src/guix")) After changing the patch to where my local guix checkout is at, I'm not able to load guix code in an emacs

help-guix@gnu.org

2022-10-05 Thread jgart
Hi, what this the convention for when a function is called or or or or for example. What does the & prefix mean?

How can I step through this code?

2022-10-05 Thread jgart
Hi How can I step through this code? (define-syntax do (syntax-rules () ((do ((var init step ...) ...) (test expr ...) command ...) (letrec ((loop (lambda (var ...) (if test (begin (if #f #f)

debugging %build-inputs

2022-10-05 Thread jgart
Hi, How can I debug what %build-inputs is in the context of the package being built? (arguments `(#:configure-flags (list (string-append "--with-tcl=" (assoc-ref %build-inputs "tcl") "/lib")

Re: bash scripts in Guix question

2022-10-05 Thread Olivier Dion via
On Wed, 05 Oct 2022, Maxim Cournoyer wrote: > Hi, > > Olivier Dion writes: > > [...] > >>> I prefer the "#!/usr/bin/env bash" shebang; /usr/bin/env is available on >>> FHS distribution, and on Guix System, for convenience. You can use if >>> for any interpreted script, such as Guile, Python,

Re: bash scripts in Guix question

2022-10-05 Thread Maxim Cournoyer
Hi, Olivier Dion writes: [...] >> I prefer the "#!/usr/bin/env bash" shebang; /usr/bin/env is available on >> FHS distribution, and on Guix System, for convenience. You can use if >> for any interpreted script, such as Guile, Python, Perl, etc. > > Only if coreutils is in the profile that

Wayland Functionality for Jami

2022-10-05 Thread Wamm K . D .
The Jami available in the repo.s, currently, causes an error about the Wayland plugin for QT not being available. While some app.s don't require this to be bundled with the app. – apparently (I run into similar errors for Qutebrowser but installing QTWayland fixes the issue) –, Jami does.

attempted ca-certificates package

2022-10-05 Thread tyler parks
Hello, I'm new to Guix (and Scheme) and trying to get ca-certificates working in Guix System. I intend to use Guix System on an old PC for a router, with Pi-Hole as the DNS server atop it, and ca-certificates is a dependency for Pi-Hole. The makefile of ca-certificates appears to just copy a

Re: bash scripts in Guix question - suspend ?

2022-10-05 Thread Tobias Geerinckx-Rice
Hi jordi, >I'm puzzled, as long as 'loginctl suspend' is working in the shell But '~/.config/i3/i3exit loginctl suspend' isn't. Judging by your original snippet, you've mashed two commands together: you meant either ~/.config/i3/i3exit suspend or loginctl suspend But nobody here can