Re: Package variation

2018-10-24 Thread Chris Marusich
Hi Brett, Brett Gilio writes: > Hi chris! Thank you for your feedback, and your insight. I appreciate it > greatly. I have applied your changes (Both variations) and neither one > seems to be working and nautilus remains on the system. I am honestly at > a loss of what is wrong with the approach

Re: Package variation

2018-10-24 Thread Brett Gilio
Ludovic Courtès writes: > Hi! > > Brett Gilio skribis: > >> I am trying to customize my the default gnome-package which gets >> installed with the gnome-desktop-service. > > On this topic, don’t miss Chris’s excellent tutorial: > > > https://gnu.org/software/guix/blog/2018/customize-guixsd-u

Re: Package variation

2018-10-24 Thread Ludovic Courtès
Hi! Brett Gilio skribis: > I am trying to customize my the default gnome-package which gets > installed with the gnome-desktop-service. On this topic, don’t miss Chris’s excellent tutorial: https://gnu.org/software/guix/blog/2018/customize-guixsd-use-stock-ssh-agent-everywhere/ :-) Ludo’.

Re: Package variation

2018-10-23 Thread Brett Gilio
Chris Marusich writes: > Hi Brett, > > Brett Gilio writes: > >> (define-public gnome-custom >> (package (inherit gnome) >> (name "gnome-custom") >> (inputs (alist-delete "nautilus" (package-inputs gnome) > > The spirit of this is correct, but the implementation isn't quite > right

Re: Package variation

2018-10-23 Thread Chris Marusich
Hi Brett, Brett Gilio writes: > (define-public gnome-custom > (package (inherit gnome) > (name "gnome-custom") > (inputs (alist-delete "nautilus" (package-inputs gnome) The spirit of this is correct, but the implementation isn't quite right. The gnome package has no inputs: sc

Re: Package variation

2018-10-23 Thread Brett Gilio
Efraim Flashner writes: > On Tue, Oct 23, 2018 at 01:04:05PM -0500, Brett Gilio wrote: >> >> Efraim Flashner writes: >> >> > On Tue, Oct 23, 2018 at 01:51:21AM -0500, Brett Gilio wrote: >> >> Hi all, >> >> >> >> I am trying to customize my the default gnome-package which gets >> >> installed

Re: Package variation

2018-10-23 Thread Efraim Flashner
On Tue, Oct 23, 2018 at 01:04:05PM -0500, Brett Gilio wrote: > > Efraim Flashner writes: > > > On Tue, Oct 23, 2018 at 01:51:21AM -0500, Brett Gilio wrote: > >> Hi all, > >> > >> I am trying to customize my the default gnome-package which gets > >> installed with the gnome-desktop-service. > >>

Re: Package variation

2018-10-23 Thread Brett Gilio
Efraim Flashner writes: > On Tue, Oct 23, 2018 at 01:51:21AM -0500, Brett Gilio wrote: >> Hi all, >> >> I am trying to customize my the default gnome-package which gets >> installed with the gnome-desktop-service. >> >> My strategy here has been to define a gnome-custom package in my >> config

Re: Package variation

2018-10-23 Thread Efraim Flashner
On Tue, Oct 23, 2018 at 01:51:21AM -0500, Brett Gilio wrote: > Hi all, > > I am trying to customize my the default gnome-package which gets > installed with the gnome-desktop-service. > > My strategy here has been to define a gnome-custom package in my > config.scm which inherits the gnome packag