Re: Trying to package GIMP Resynthesizer

2018-09-19 Thread Maxim Cournoyer
Hi Thorsten, On September 19, 2018 12:25:23 PM UTC, Thorsten Wilms wrote: >Hi! > >I'm trying to package https://github.com/bootchk/resynthesizer > >Unfortunately, this happens: > >--- >$: guix build --keep-failed gimp-resynthesizer >checking that generated files are newer than configure... done

Re: LXDE desktop in config.scm

2018-09-19 Thread znavko
Thank you very much, Leo Famulari! Yes, only 2 changes in config make my system offers LXDE on login screen. These: adding to (use-modules (gnu packages lxde)) and adding to (packages (cons* lxde)) But I have 4 troubles now. First is that I have all DEs installed now, but I want only Xfce and

Re: LXDE desktop in config.scm

2018-09-19 Thread Nils Gillmann
Leo Famulari transcribed 2.3K bytes: > On Tue, Sep 18, 2018 at 04:58:52PM +, znavko wrote: > > Here are presented only xfce-desktop-service, gnome-desktop-service, > > mate-desktop-service, but no lxde. > > These services, which provide desktop using XFCE, GNOME, and MATE, are > defined in

Re: LXDE desktop in config.scm

2018-09-19 Thread Nils Gillmann
Nevermind my last email, I got a bit mixed up between lxqt and lxde. (Oops, I even added 'lxde' myself)

Trying to package GIMP Resynthesizer

2018-09-19 Thread Thorsten Wilms
Hi! I'm trying to package https://github.com/bootchk/resynthesizer Unfortunately, this happens: --- $: guix build --keep-failed gimp-resynthesizer checking that generated files are newer than configure... done configure: creating ./config.status ./configure: line 9047: /bin/sh: No such file or

Re: Fish shell error: __fish_pwd in command substitution called on standard input

2018-09-19 Thread Pierre Neidhardt
OK, found out what's happening thanks to Nils' links. Running `guix build --check fish` fixes the issue... until next garbage collection, which explains why I would not always see the issue. I'll keep discussing this at https://issues.guix.info/issue/30265. -- Pierre Neidhardt