Re: qutebrowser has no sound

2020-09-10 Thread Pierre Neidhardt
The `qutebrowser' executable is wrapped indeed. Not sure what to do with it. Can anyone else reproduce? -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: building emacs from tarball inside guix env

2020-09-10 Thread Joshua Branson
1) I would guess that guix environment emacs, looks in the package definition to discover emacs' dependencies. 2) Are you trying to create a custom emacs package? If so, then you might like my jmacs package: https://notabug.org/jbranso/guix-packages/src/master/packages/jmacs.scm 3) I would gues

Re: Use of `load' in declarative module

2020-09-10 Thread Joshua Branson
I've been having the same issues too. :( I haven't been able to get shepherd user services to work. I hope we can get it fixed. :) -- Joshua Branson Sent from Emacs and Gnus

Cross gcc-toolchain

2020-09-10 Thread John Soo
Hi Guix, I am looking into ghc on ARM and the process seems like it only requires a separate gcc toolchain specified during configure. I have not packaged a gcc-toolchain yet, so I am looking for pointers. Would the gcc toolchain for cross compiling (say, from x86 to aarch64) be as simple as pr

Re: building emacs from tarball inside guix env

2020-09-10 Thread Ricardo Wurmus
Adam Kandur via writes: > 2) what is better way to build sources as they are (from tar, just for > testing, not for packaging)? In simple cases you can use “guix build --with-source=… emacs”, where the argument to “--with-source” is a tarball. -- Ricardo

Re: Use of `load' in declarative module

2020-09-10 Thread Ricardo Wurmus
Joseph LaFreniere writes: > When attempting to run the code in > https://guix.gnu.org/en/blog/2020/gnu-shepherd-user-services/, I > get the following error: > > 2020-08-23T22:43:48-0500 .config/shepherd/init.d $ shepherd > Service root has been started. > WARNING: Use of `load' in declarative