Does your printer work with Guix System? Please share!

2019-03-22 Thread Chris Marusich
Hi Guix! I want to buy a printer to use with a Guix System machine. At a bare minimum, it just needs to print in black and white reliably, but I hope I can find one that does more than just the bare minimum. Has anyone here successfully printed (and/or scanned) using Guix System? If so, would

checking out a shebang-patched package source

2019-03-22 Thread brettg
Hey all. I am trying to compile the newest Chez Scheme locally from a git checkout. There are a number of shebang patches that have to be done for it to compile "traditionally" (not using the guix build --with-source) so I can generate a .compile_commands for my lsp to know how to reference

Re: Build package for multiple platforms

2019-03-22 Thread mikadoZero
Tobias Geerinckx-Rice writes: > mikadoZero, > > mikadoZero wrote: >> (service qemu-binfmt-service-type >> (qemu-binfmt-configuration >>(platforms (lookup-qemu-platforms "arm" "aarch64" "ppc" >> "mips64el")) >>(guix-support? #t))) >> >> When I try to do a system reconfigure I get this

Re: Build package for multiple platforms

2019-03-22 Thread Tobias Geerinckx-Rice
mikadoZero, mikadoZero wrote: (service qemu-binfmt-service-type (qemu-binfmt-configuration (platforms (lookup-qemu-platforms "arm" "aarch64" "ppc" "mips64el")) (guix-support? #t))) When I try to do a system reconfigure I get this error: error: qemu-binfmt-service-type: unbound

Build package for multiple platforms

2019-03-22 Thread mikadoZero
I am preparing a patch for a package. I am following the manual section "14.6 Submitting Patches". The fifth suggestion is to build the package for multiple platforms. I have added these to the system configuration file: module: virtualization package: qemu service (taken from 14.6 Submitting

Re: guix lint questions

2019-03-22 Thread mikadoZero
Thank you for your helpful reply. I can now successfully run: `./pre-inst-env guix lint emacs-ace-link` `./pre-inst-env guix build --rounds=4 emacs-ace-link` Tobias Geerinckx-Rice writes: > mikadoZero, > > mikadoZero wrote: >> I have three questions about the output of: >> `./pre-inst-env

Re: Claws Mail LDAP support

2019-03-22 Thread Ricardo Wurmus
Marco van Hulten writes: >> > Should this be added to the standard claws-mail entry? Or >> > should there be an -ldap flavour, akin to OpenBSD's pkg_* where the >> > user is prompted to install the standard or -ldap or -minimal or >> > whichever flavour? Or should this be left as an exercise

Re: Claws Mail LDAP support

2019-03-22 Thread Marco van Hulten
Ricardo— On 22 Mar 10:27 Ricardo Wurmus wrote: > > And you know what, adding "--enable-ldap" to the #:configure-flags > > works as well! In the address book, there is a new menu entry New LDAP > > Server. > > Nice! > > > Should this be added to the standard claws-mail entry? Or > > should

Re: Claws Mail LDAP support

2019-03-22 Thread Ricardo Wurmus
Hi Marco, > And you know what, adding "--enable-ldap" to the #:configure-flags > works as well! In the address book, there is a new menu entry New LDAP > Server. Nice! > Should this be added to the standard claws-mail entry? Or > should there be an -ldap flavour, akin to OpenBSD's pkg_*

Re: Claws Mail LDAP support

2019-03-22 Thread Marco van Hulten
Ricardo— On 21 Mar 22:14 Ricardo Wurmus wrote: > > Yes, I added it and then ran > > > > guix package --install-from-file=claws-mail.scm > > > > But that does not do anything. > > That’s because the file does not evaluate to a package. It only causes > the definition of a variable, but