Re: Help with packaging GNU Gnash

2019-11-11 Thread Efraim Flashner
The current error message at the bottom is because you're missing pkg-config. I haven't tried building it myself though On Mon, Nov 11, 2019 at 06:19:45AM -0500, Raghav Gururajan wrote: > Hello Guix! > > I am trying packaging for first time :-) > > I made the package definition for GNU Gnash (gn

Re: [bug#38015] Emacs in multiple profiles

2019-11-11 Thread Chris Marusich
Maxim Cournoyer writes: > [+ guix-patches] > > Hello! > > Pierre Neidhardt writes: > >> I've reviewed and tested the patch: >> >> - review: 5/5 stars :D >> - test: pass! >> >> I've tested the following: >> >> $ /home/ambrevar/projects/guix/pre-inst-env guix package -i emacs-2048-game >> emacs -

Re: Detached LUKS header

2019-11-11 Thread Chris Marusich
elaexuo...@wilsonb.com writes: > Anyway, is there a straightforward way to configure a mapping device for LUKS > with a detached header? Otherwise, what's the best way to go about passing > command line options to the initrd cryptsetup call? > > For a little context, I like my drive to look just l

Re: upgrading systems with <= 2 GiB RAM

2019-11-11 Thread Chris Marusich
Marco van Hulten writes: > Hello— > > I have an oldish amd64 system with 2 GiB of memory, but it is fast > enough to use as a media center. Guix was last updated early this > year. Upgrading it now takes many days. It keeps on swapping (using > quite consistently 2 of 4 GiB of swap available).

Re: gfortran seems to require gcc-toolchain

2019-11-11 Thread Konrad Hinsen
Hi Marius, > 'as' is part of Binutils, you don't need the entire toolchain. > > That said, there are various other workarounds in Guix due to GCC > (and apparently gfortran) lacking an absolute reference to 'as'. > > Can you try the following patch and see if it works for your case? Thanks for lo

Re: gaming in guix

2019-11-11 Thread Guilherme Lino
Hello, You can possibly launch the SteamOS/ubuntu/windows in a Qemu virtual machine. That's my plan, I do not want to taint my main installation with closed source software https://lite.qwant.com/?q=qemu+passthrough https://www.youtube.com/results?search_query=qemu+passthrough On Sun, 10 Nov 20

Help with packaging Bitwarden Desktop Client

2019-11-11 Thread Raghav Gururajan
Hello Guix! I established the following package definition as a file "bitwarden- desktop.scm". (use-modules (guix utils) (guix packages) (guix git-download) (guix build-system node) (guix licenses) (gnu packages node)) (package (name "bitwa