Re: install experience

2017-01-23 Thread Thomas Danckaert
From: l...@gnu.org (Ludovic Courtès) Subject: Re: install experience Date: Mon, 23 Jan 2017 15:17:16 +0100 - When I tried to login as non-root user for the first time, my home directory was not there, and I was sent back to the login screen. I logged in as root and created/chown'ed the

Re: GeoIP database redistribution?

2017-01-23 Thread Pjotr Prins
On Mon, Jan 23, 2017 at 07:17:12PM +0100, Marius Bakke wrote: > ng0 writes: > > > I want to slowly package OONI (https://ooni.torproject.org/). > > One of its dependencies, txtorcon, requires python-geoip which > > depends on geoip-c-api. I've got both covered, but

Re: CUPS and HP printers

2017-01-23 Thread ng0
Ludovic Courtès writes: > Hi Andy, > > Andy Patterson skribis: > >> On Thu, 29 Dec 2016 14:05:51 + >> ng0 wrote: >> >> >>> I really have no idea how hplip is supposed to be used in Guix after >>> reading the note about the base

Re: gnu: abbaye: Update to 2.0.1 from new repository.

2017-01-23 Thread Leo Famulari
On Mon, Jan 23, 2017 at 10:46:01AM -0200, Adonay Felipe Nogueira wrote: > About suggestion to use tarball snapshots instead of git-fetch: That's > interesting, I once read that `guix refresh` would behave better with > git-fetch methods than with url-fetch methods. But, as I found out > recently,

[PATCH] services: Fix 'mkdir-p' in activation scripts.

2017-01-23 Thread Clément Lassieur
* gnu/services/cuirass.scm (cuirass-activation): Import (guix build utils) and remove (with-imported-modules '((guix build utils))). * gnu/services/cups.scm (%cups-activation): Idem. * gnu/services/networking.scm (ntp-service-activation): Idem. * gnu/services/mail.scm (opensmtpd-activation):

Re: Add lxde. (Mixed content: 4 updates, 7 RFCs)

2017-01-23 Thread ng0
ng0 writes: > contact@cryptolab.net writes: > >> [PATCH 01/11] gnu: lxterminal: Update to 0.3.0. >> [PATCH 02/11] gnu: pcmanfm, libfm: Update to 1.2.5. >> [PATCH 03/11] gnu: menu-cache: Update to 1.0.2. >> >> The ones above are functional and can be applied, the

Re: [PATCH python-tests] gnu: python-2.7: Enable UCS-4 Unicode encoding.

2017-01-23 Thread Danny Milosavljevic
Hi Ludo, > > Otherwise LGTM. I checked some other distros and they seem to have this > > enabled. Thanks! > > That means that strings are internally UCS-4-encoded, right? What’s the > rationale, and what happens when this flag is omitted? The CPython C interface changes depending on the flag

Re: [PATCH 06/11] gnu: Add lxde-common.

2017-01-23 Thread ng0
ng0 writes: > Marius Bakke writes: > >> contact@cryptolab.net writes: >> >>> From: ng0 >>> >>> * gnu/packages/lxde.scm (lxde-common): New variable. >> >> Cool to get LXDE in Guix, thanks for working on this! :) It could be

[PATCH 1/1] gnu: openjpeg: Fix CVE-2016-{9572,9573}.

2017-01-23 Thread Leo Famulari
* gnu/packages/patches/openjpeg-CVE-2016-9572-CVE-2016-9573.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (openjpeg-2.1.2)[source]: Use it. --- gnu/local.mk | 1 + gnu/packages/image.scm |

[PATCH 0/1] OpenJPEG CVE-2016-9572 CVE-2016-9573

2017-01-23 Thread Leo Famulari
This patch fixes CVE-2016-9572 and CVE-2016-9573 in OpenJPEG. Notice that the patch is not from the official OpenJPEG repository. I've asked for clarification here: https://github.com/uclouvain/openjpeg/issues/863#issuecomment-274271277 Debian has applied it to their openjpeg2 2.1.0-2+deb8u2

Re: Add lxde. (Mixed content: 4 updates, 7 RFCs)

2017-01-23 Thread ng0
contact@cryptolab.net writes: > [PATCH 01/11] gnu: lxterminal: Update to 0.3.0. > [PATCH 02/11] gnu: pcmanfm, libfm: Update to 1.2.5. > [PATCH 03/11] gnu: menu-cache: Update to 1.0.2. > > The ones above are functional and can be applied, the ones below are for > first RFCs: > > [PATCH 04/11]

Re: [PATCH 06/11] gnu: Add lxde-common.

2017-01-23 Thread ng0
Marius Bakke writes: > contact@cryptolab.net writes: > >> From: ng0 >> >> * gnu/packages/lxde.scm (lxde-common): New variable. > > This application ships a "lxde-screenlock.desktop" file referring to > "lxlock". It would be nice to have that packaged

Re: [PATCH 11/11] gnu: Add lxde.

2017-01-23 Thread ng0
Albin writes: > Hi, > > Den 2017-01-23 kl. 19:55, skrev contact@cryptolab.net: >> From: ng0 >> + ;; TODO: >> + ;; lxshortcut, lxsession-edit, gpicview, leadpad, > > There is a typo here: "leadpad" should be "leafpad" > > Albin > Thanks! Will be

Re: [GuixSD on GCE]: Anyone working on this?

2017-01-23 Thread rohit yadav
Sorry for incomplete info. GCE - Google Compute Engine (Platform). I want to run guixsd on google compute engine. -Rohit On Mon, Jan 23, 2017 at 4:42 PM, Ludovic Courtès wrote: > Hello, > > rohit yadav skribis: > > > Is there anyone working on creating a

Re: [PATCH 4/4] gnu: Add electrum.

2017-01-23 Thread Ludovic Courtès
Carlo Zancanaro skribis: > On Mon, Jan 02 2017, Carlo Zancanaro wrote >> ... patch used to be here ... > > Now that the patches for its dependencies have been pushed, can anyone > review this patch for Electrum? Done and applied. :-) Thank you! Ludo’.

Re: [PATCH v2 1/2] gnu: Add dub.

2017-01-23 Thread Ludovic Courtès
Danny Milosavljevic skribis: > * gnu/packages/ldc.scm (dub): New variable. [...] > + (modify-phases %standard-phases > + (delete 'configure) > + (replace 'build > + (lambda _ > + (zero? (system* "./build.sh" > +

Re: [GuixSD on GCE]: Anyone working on this?

2017-01-23 Thread Ludovic Courtès
Hello, rohit yadav skribis: > Is there anyone working on creating a VM image of GuixSD for use on GCE? What’s “GCE”? Ludo’.

[PATCH] gnu: claws-mail: Enable compface.

2017-01-23 Thread Danny Milosavljevic
* gnu/packages/mail.scm (claws-mail)[inputs]: Add compface. [arguments]: Enable compface. --- gnu/packages/mail.scm | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index bcb6473d2..9f3d23715 100644 ---

[PATCH] gnu: exempi: Enable more tests.

2017-01-23 Thread Danny Milosavljevic
* gnu/packages/freedesktop.scm (exempi)[native-inputs]: Add valgrind. --- gnu/packages/freedesktop.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 0c8f97f6b..1acf9abd8 100644 ---

Re: [PATCH 06/11] gnu: Add lxde-common.

2017-01-23 Thread Marius Bakke
contact@cryptolab.net writes: > From: ng0 > > * gnu/packages/lxde.scm (lxde-common): New variable. This application ships a "lxde-screenlock.desktop" file referring to "lxlock". It would be nice to have that packaged too and substitute with the full path. Going through

Re: [Basic Linux Question]: Is it possible to have two init system?

2017-01-23 Thread Joshua Branson
You could just install the guix package manager. Some GNU/Linux distributions package GuixSD. If yours doesn't then you could install from source. On 01/23/2017 11:55 AM, rohit yadav wrote: ​Hi, Is it possible to run two init processes? I believe not, but PID 1 (primary init system) can

[GuixSD on GCE]: Anyone working on this?

2017-01-23 Thread rohit yadav
Hi, Is there anyone working on creating a VM image of GuixSD for use on GCE? Thanks, Rohit

[Installing Grub on blocklist]: Failing to create bootable disk on GCE

2017-01-23 Thread rohit yadav
Hi, I am trying to create bootable image on GCE using guix. It leads to following error. Installing for i386-pc platform. grub-install: warning: File system `ext2' doesn't support embedding. grub-install: warning: Embedding is not

[Basic Linux Question]: Is it possible to have two init system?

2017-01-23 Thread rohit yadav
​Hi, Is it possible to run two init processes? I believe not, but PID 1 (primary init system) can start another PID 2 which could act secondary init system. If this is possible and commonly employed then we can easily get all the features of guixsd on a standard linux distribution. It will be

Re: 07/08: gnu: Add ocaml-ssl.

2017-01-23 Thread Leo Famulari
On Mon, Jan 16, 2017 at 09:35:17PM +, julien lepiller wrote: > roptat pushed a commit to branch master > in repository guix. > > commit 37f17e2a1e797d3d1ea12da5afd69526e0abfd3e > Author: Julien Lepiller > Date: Fri Dec 30 11:53:24 2016 +0100 > > gnu: Add ocaml-ssl.

Re: 01/01: gnu: Remove pcre-CVE-2016-3191.patch.

2017-01-23 Thread Leo Famulari
On Mon, Jan 23, 2017 at 08:45:26PM +, Efraim Flashner wrote: > On January 23, 2017 10:41:19 PM GMT+02:00, Leo Famulari > wrote: > >On Mon, Jan 23, 2017 at 08:31:29AM +, Efraim Flashner wrote: > >> efraim pushed a commit to branch core-updates > >> in repository guix.

Re: [PATCH 01/11] gnu: lxterminal: Update to 0.3.0.

2017-01-23 Thread ng0
ng0 writes: > Hi, > > I have just updated our distributions lxterminal build, and I ran > into the problem described in the below quoted message. > > I've seen no recent commit which obviously fixes this issue. > Could you look into it? > > Thanks! Obviously I forgot

Re: [PATCH 01/11] gnu: lxterminal: Update to 0.3.0.

2017-01-23 Thread ng0
Hi, I have just updated our distributions lxterminal build, and I ran into the problem described in the below quoted message. I've seen no recent commit which obviously fixes this issue. Could you look into it? Thanks! Marius Bakke writes: > contact@cryptolab.net

[PATCH] gnu: r: Add which to propagated-inputs.

2017-01-23 Thread Raoul Bonnal
From: Raoul Jean Pierre Bonnal * gnu/packages/statistics.scm (r)[propagated-inputs]: Add which. --- Notes: In my local installation of R Sys.which(c("bash")) was not working properly, inspecting the function(below) I had not installed which

Re: 01/01: gnu: Remove pcre-CVE-2016-3191.patch.

2017-01-23 Thread Efraim Flashner
On January 23, 2017 10:41:19 PM GMT+02:00, Leo Famulari wrote: >On Mon, Jan 23, 2017 at 08:31:29AM +, Efraim Flashner wrote: >> efraim pushed a commit to branch core-updates >> in repository guix. >> >> commit 0e88ada940953ac6b12fcbfd2add08835edcf49d >> Author: Efraim

Re: 01/01: gnu: Remove pcre-CVE-2016-3191.patch.

2017-01-23 Thread Leo Famulari
On Mon, Jan 23, 2017 at 08:31:29AM +, Efraim Flashner wrote: > efraim pushed a commit to branch core-updates > in repository guix. > > commit 0e88ada940953ac6b12fcbfd2add08835edcf49d > Author: Efraim Flashner > Date: Mon Jan 23 10:28:15 2017 +0200 > > gnu:

Re: [PATCH 01/11] gnu: lxterminal: Update to 0.3.0.

2017-01-23 Thread Marius Bakke
contact@cryptolab.net writes: > From: ng0 > > * gnu/packages/lxde.scm (lxterminal): Update to 0.3.0. > [arguments]: Disable tests. > [source]: Update to use new '.tar.xz' tarball. Applied, thanks! > +(arguments > + `(; Tests fail for "po" fail with "No rule to

Re: [PATCH 0/1] gnu: gcc@5: Make __DATE__ and __TIME__ macros reproducible.

2017-01-23 Thread Marius Bakke
Ludovic Courtès writes: >> They *should* be functionally identical to Debians patches: >> >> https://anonscm.debian.org/viewvc/gcccvs/branches/sid/gcc-5/debian/patches/ >> >> ...but I have not verified this. Any takers? > > The ‘guix environment’ session you show is exactly how I

Re: [PATCH 11/11] gnu: Add lxde.

2017-01-23 Thread Albin
Hi, Den 2017-01-23 kl. 19:55, skrev contact@cryptolab.net: > From: ng0 > + ;; TODO: > + ;; lxshortcut, lxsession-edit, gpicview, leadpad, There is a typo here: "leadpad" should be "leafpad" Albin

[PATCH 10/11] gnu: Add lxpanel.

2017-01-23 Thread contact . ng0
From: ng0 * gnu/packages/lxde.scm (lxpanel): New variable. --- gnu/packages/lxde.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index aa7d1ddce..7911b35eb 100644 ---

[PATCH 07/11] gnu: Add lxinput.

2017-01-23 Thread contact . ng0
From: ng0 * gnu/packages/lxde.scm (lxinput): New variable. --- gnu/packages/lxde.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index e825cf9b5..063345f21 100644 --- a/gnu/packages/lxde.scm +++

[PATCH 01/11] gnu: lxterminal: Update to 0.3.0.

2017-01-23 Thread contact . ng0
From: ng0 * gnu/packages/lxde.scm (lxterminal): Update to 0.3.0. [arguments]: Disable tests. [source]: Update to use new '.tar.xz' tarball. --- gnu/packages/lxde.scm | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/gnu/packages/lxde.scm

[PATCH 08/11] gnu: Add lxsession.

2017-01-23 Thread contact . ng0
From: ng0 * gnu/packages/lxde.scm (lxsession): New variable. * gnu/packages/patches/lxsession-use-gapplication.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. --- gnu/local.mk | 1 + gnu/packages/lxde.scm

[PATCH 02/11] gnu: pcmanfm, libfm: Update to 1.2.5.

2017-01-23 Thread contact . ng0
From: ng0 * gnu/packages/lxde.scm (pcmanfm): Update to 1.2.5. * gnu/packages/lxde.scm (libfm): Update to 1.2.5. --- gnu/packages/lxde.scm | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index

[PATCH 04/11] gnu: Add lxmenu-data.

2017-01-23 Thread contact . ng0
From: ng0 * gnu/packages/lxde.scm (lxmenu-data): New variable. --- gnu/packages/lxde.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index 036091208..604e3122f 100644 --- a/gnu/packages/lxde.scm +++

[PATCH 11/11] gnu: Add lxde.

2017-01-23 Thread contact . ng0
From: ng0 * gnu/packages/lxde.scm (lxde): New variable. --- gnu/packages/lxde.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index 7911b35eb..6ac591df2 100644 ---

[PATCH 06/11] gnu: Add lxde-common.

2017-01-23 Thread contact . ng0
From: ng0 * gnu/packages/lxde.scm (lxde-common): New variable. --- gnu/packages/lxde.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index 8de9aaf44..e825cf9b5 100644 --- a/gnu/packages/lxde.scm

Add lxde. (Mixed content: 4 updates, 7 RFCs)

2017-01-23 Thread contact . ng0
[PATCH 01/11] gnu: lxterminal: Update to 0.3.0. [PATCH 02/11] gnu: pcmanfm, libfm: Update to 1.2.5. [PATCH 03/11] gnu: menu-cache: Update to 1.0.2. The ones above are functional and can be applied, the ones below are for first RFCs: [PATCH 04/11] gnu: Add lxmenu-data. [PATCH 05/11] gnu: Add

[PATCH 09/11] gnu: Add keybinder.

2017-01-23 Thread contact . ng0
From: ng0 * gnu/packages/wm.scm (keybinder): New variable. --- gnu/packages/wm.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 8612867f4..70d645d8a 100644 --- a/gnu/packages/wm.scm +++

[PATCH 05/11] gnu: Add lxde-icon-theme.

2017-01-23 Thread contact . ng0
From: ng0 * gnu/packages/lxde.scm (lxde-icon-theme): New variable. --- gnu/packages/lxde.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index 604e3122f..8de9aaf44 100644 --- a/gnu/packages/lxde.scm

[PATCH 03/11] gnu: menu-cache: Update to 1.0.2.

2017-01-23 Thread contact . ng0
From: ng0 * gnu/packages/lxde.scm (menu-cache): Update to 1.0.2. --- gnu/packages/lxde.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index 7fb0be373..036091208 100644 --- a/gnu/packages/lxde.scm +++

Re: [PATCH] gnu: duplicity: Update to 0.7.11.

2017-01-23 Thread Marius Bakke
Thomas Danckaert writes: > Hi Guix, > > this patch updates duplicity, removes no-longer needed patches, and > reorganises the inputs. I've also added a substitution to embed the > store name of gnupg. Hi Thomas, Thank you very much for this! I tried updating to

[PATCH v2 2/2] gnu: Add dub-build-system.

2017-01-23 Thread Danny Milosavljevic
* guix/build-system/dub.scm: New file. * guix/build/dub-build-system.scm: New file. * Makefile.am (MODULES): Add them. --- Makefile.am | 2 + guix/build-system/dub.scm | 153 guix/build/dub-build-system.scm | 110

[PATCH v2 1/2] gnu: Add dub.

2017-01-23 Thread Danny Milosavljevic
* gnu/packages/ldc.scm (dub): New variable. --- gnu/packages/ldc.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/ldc.scm b/gnu/packages/ldc.scm index 6ea7f664b..163006247 100644 --- a/gnu/packages/ldc.scm +++ b/gnu/packages/ldc.scm @@

[PATCH v2 0/2] Add dub and dub-build-system.

2017-01-23 Thread Danny Milosavljevic
Danny Milosavljevic (2): gnu: Add dub. gnu: Add dub-build-system. Makefile.am | 2 + gnu/packages/ldc.scm| 37 ++ guix/build-system/dub.scm | 153 guix/build/dub-build-system.scm | 110

Re: GeoIP database redistribution?

2017-01-23 Thread Marius Bakke
ng0 writes: > I want to slowly package OONI (https://ooni.torproject.org/). > One of its dependencies, txtorcon, requires python-geoip which > depends on geoip-c-api. I've got both covered, but both of them > want (either to download or to be present) for tests (a/the)

Re: What's missing for LXDE Desktop?

2017-01-23 Thread ng0
ng0 writes: > Has someone run LXDE on another system before? Is my assumption > correct that to craft an runable LXDE, we are still missing: > > * lxde-icon-theme > * lxde-common > * lxmenu-data > * lxinput > * lxlxpanel > * lxsession I've packaged the ones

Re: [PATCH] gnu: add geos

2017-01-23 Thread Marius Bakke
Björn Höfling writes: > Thanks for accepting! > > I have some comments/questions below. > >> > +(arguments `(#:phases >> > + (modify-phases %standard-phases >> > + (add-after >> > + 'unpack

[Basic Linux Question]: Is it possible to have two init system?

2017-01-23 Thread rohit yadav
​Hi, Is it possible to run two init processes? I believe not, but PID 1 (primary init system) can start another PID 2 which could act secondary init system. If this is possible and commonly employed then we can easily get all the features of guixsd on a standard linux distribution. It will be

[GuixSD on GCE]: Anyone working on this?

2017-01-23 Thread rohit yadav
Hi, Is there anyone working on creating a VM image of GuixSD for use on GCE? Thanks, Rohit

Re: [PATCH python-tests] gnu: python-2.7: Enable UCS-4 Unicode encoding.

2017-01-23 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-2.7)[arguments]: Modify. > --- > gnu/packages/python.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index fd423d311..6caaeaaf8 100644 > ---

What's missing for LXDE Desktop?

2017-01-23 Thread ng0
Has someone run LXDE on another system before? Is my assumption correct that to craft an runable LXDE, we are still missing: * lxde-icon-theme * lxde-common * lxmenu-data * lxinput * lxlxpanel * lxsession * lxsh (?) * gpicview ... or is LXDE to be combined with another desktop manager

LXDE updates (terminal,pcmanfm,libfm,menu-cache)

2017-01-23 Thread contact . ng0
This updates our few lxde packages: * lxterminal -> 0.3.0 * pcmanfm, libfm -> 1.2.5 * menu-cache -> 1.0.2

[PATCH 3/3] gnu: menu-cache: Update to 1.0.2.

2017-01-23 Thread contact . ng0
From: ng0 * gnu/packages/lxde.scm (menu-cache): Update to 1.0.2. --- gnu/packages/lxde.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index 7fb0be373..036091208 100644 --- a/gnu/packages/lxde.scm +++

[PATCH 1/3] gnu: lxterminal: Update to 0.3.0.

2017-01-23 Thread contact . ng0
From: ng0 * gnu/packages/lxde.scm (lxterminal): Update to 0.3.0. [arguments]: Disable tests. [source]: Update to use new '.tar.xz' tarball. --- gnu/packages/lxde.scm | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/gnu/packages/lxde.scm

Re: [PATCH 1/1] gnu: lcms: Fix an out-of-bounds read.

2017-01-23 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/patches/lcms-fix-out-of-bounds-read.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/ghostscript.scm (lcms)[replacement]: New field. > [properties]: Specify the 'cpe-name'. > (lcms/fixed): New variable.

Re: install experience

2017-01-23 Thread Ludovic Courtès
Hi Thomas! Thanks for your report on your experience. It’s very helpful in understanding what’s wrong and in improving the thing! Thomas Danckaert skribis: > - I had a false start because on my first attempt, I did not have a >BIOS boot partition (there was still

Re: [PATCH] doc: Mention the need of a BIOS boot partition when using GPT.

2017-01-23 Thread Ludovic Courtès
宋文武 skribis: > * doc/guix.text (Preparing for Installation)[Disk Partitioning]: ^^ > Mention the need of a BIOS boot partition when using GPT with the defualt > GRUB. Otherwise LGTM, thanks! Ludo’.

Re: Not patching shebang in git hook samples ?

2017-01-23 Thread Ludovic Courtès
John Darrington skribis: > The git package ships with a number of sample hook files. These are shell > scripts and > therefore the #!/bin/sh line gets substituted at build time. > > However these files get installed into every git repostory that is created, >

Re: [PATCH] gnu: Add es.

2017-01-23 Thread Ludovic Courtès
contact@cryptolab.net skribis: > From: ng0 > > * gnu/packages/shells.scm (es): New variable. Applied, thanks!

Re: Services: gnunet. (require help)

2017-01-23 Thread Ricardo Wurmus
ng0 writes: > I will try and reflect on OpenRC in a while and compare it to > Guix-specific Shepherd (I don't know generic shepherd yet). I don’t think there’s anything different about how GuixSD uses the Shepherd other than that the shepherd process runs as PID 1.

Re: Services: gnunet. (require help)

2017-01-23 Thread ng0
Chris Marusich writes: > ng0 writes: > >> Compared to OpenRC and systemd, shepherd guixsd-specific services >> sometimes have an high learning curve. > > Honest question: why do you think that? With feedback from a fresh > perspective like

Re: Fwd: 16/35: gnu: r-ggplot2: Update to 2.2.0.

2017-01-23 Thread Ben Woodcroft
On 23/01/17 21:42, Ricardo Wurmus wrote: Ben Woodcroft writes: [..] I wonder if the importer could import the previous version again and compare to those, rather than just the current definition to avoid other situations like this. Would this have helped in this

Re: Fwd: 16/35: gnu: r-ggplot2: Update to 2.2.0.

2017-01-23 Thread Ricardo Wurmus
Ben Woodcroft writes: >> “r-svglite” is optional and was reported by my modified updater, which >> compares the current inputs with the inputs a fresh import would >> suggest. If optional inputs are added it would be good to comment on >> why they were added. I probably

Re: Fwd: 16/35: gnu: r-ggplot2: Update to 2.2.0.

2017-01-23 Thread Ben Woodcroft
On 23/01/17 18:57, Ricardo Wurmus wrote: Ben Woodcroft writes: Forwarded Message Subject:16/35: gnu: r-ggplot2: Update to 2.2.0. Date: Thu, 29 Dec 2016 20:49:25 + (UTC) From: Ricardo Wurmus Reply-To: Ricardo

install experience

2017-01-23 Thread Thomas Danckaert
Hi Guix-devel, Yesterday, I finally installed GuixSD on my laptop “natively”. Thanks to jmd and iyzsong who gave me some advice on #guix. Overall, it went well, didn't take long, and was quite straightforward thanks to the clear documentation. Just in case it's useful, here's a short account

Re: [PATCH] xmonad 0.12

2017-01-23 Thread Ludovic Courtès
Hi Mekeor, Mekeor Melire skribis: > commit d0e39d8316f6c935a8710482db617253c8824e6c > Author: Mekeor Melire > Date: Sat Jan 21 21:08:11 2017 +0100 > > gnu: xmonad: Update to version 0.12. > > * gnu/packages/wm.scm (xmonad):

Re: A postinst equivalent in Guix?

2017-01-23 Thread Ludovic Courtès
Georgi Kirilov skribis: > On Sat, Jan 21, 2017 at 04:34:55PM +0100, Ludovic Courtès wrote: > >>To make things more concrete, we could discuss specific packages you are >>interested in and see how we could provide them in Guix{,SD}. > > The package is the old bsd-games

Re: Build custom packages with cuirass.

2017-01-23 Thread Mathieu OTHACEHE
> I guess Cuirass should handle this use case with '-L', '--load-path' > command line arguments like what 'guix build' does. WDYT? Yes, it would be better than my initial idea. > > Would you be interested in implementing this? Yes of course :) Using cuirass I also noticed two other things

Re: Fwd: 16/35: gnu: r-ggplot2: Update to 2.2.0.

2017-01-23 Thread Ricardo Wurmus
Ben Woodcroft writes: >> Forwarded Message >> Subject: 16/35: gnu: r-ggplot2: Update to 2.2.0. >> Date:Thu, 29 Dec 2016 20:49:25 + (UTC) >> From:Ricardo Wurmus >> Reply-To:Ricardo Wurmus