Re: [PATCH] gnu: Add xinetd.,Re: [PATCH] gnu: Add xinetd.

2017-01-30 Thread Thomas Danckaert
From: Leo Famulari Subject: Re: [PATCH] gnu: Add xinetd.,Re: [PATCH] gnu: Add xinetd. Date: Mon, 30 Jan 2017 17:38:21 -0500 Overall LGTM, but we should include at least the patch for the CVE-2013-4342, introduced here: https://github.com/xinetd-org/xinetd/pull/10 Yes,

Adding ‘--enable-openbsd-malloc’ configure-flag to Tor.

2017-01-30 Thread Tobias Geerinckx-Rice
Guix, On 30/01/17 23:44, Ludovic Courtès wrote: Re: [PATCH] gnu: tor: Add hardening configure-flags. Applied, thanks. Ah, just too late :-) Although this isn't hardening-related. I'd like to also add the ‘--enable-openbsd-malloc’ configure flag to our Tor

Re: [PATCH] gnu: dtc: Make home-page field value more useful.

2017-01-30 Thread Tobias Geerinckx-Rice
Danny, Ludo', On 25/01/17 10:37, Danny Milosavljevic wrote: > -(home-page "https://www.devicetree.org;) > +(home-page "http://elinux.org/Device_Tree_Usage;) That link is a great HOWTO for writing device tree source files, but it's not the _dtc_ home page. In fact, it doesn't mention

[PATCH] gnu: Add liboauth.

2017-01-30 Thread Danny Milosavljevic
* gnu/packages/gnuzilla.scm (liboauth): New variable. --- gnu/packages/gnuzilla.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 7758f27f8..3b7e81108 100644 --- a/gnu/packages/gnuzilla.scm +++

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

2017-01-30 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 | 141 guix/build/dub-build-system.scm | 106

[PATCH] gnu: Add krita.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/graphics.scm (krita): New variable. --- gnu/packages/graphics.scm | 80 +++ 1 file changed, 80 insertions(+) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index

Krita

2017-01-30 Thread contact . ng0
I'm not sure if someone was/is working on this, but here's a patch you can use as a start. I could probably fix it, but I drop work on this. Here's the error to get you started on fixing it: -- Using CMake version: 3.6.1 -- Krita version: 3.0 Module

Re: [PATCH 3/3] gnu: Add zpaq.

2017-01-30 Thread Tobias Geerinckx-Rice
Ludo', On 30/01/17 23:54, Ludovic Courtès wrote: >> +(string-append "CXXFLAGS=-O3 -mtune=generic -DNDEBUG" >> + ,(match (or (%current-target-system) >> + (%current-system)) >> + ("x86_64-linux" "

[PATCH] gnu: Add evolution.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/gnome.scm (evolution): New variable. --- gnu/packages/gnome.scm | 92 +- 1 file changed, 91 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index

GNOME evolution, a start.

2017-01-30 Thread contact . ng0
checking whether to build gtk-doc documentation... no checking for GTKDOC_DEPS... yes checking for Win32... no checking for nl_langinfo... yes checking for nl_langinfo (_NL_MEASUREMENT_MEASUREMENT)... yes checking for GNOME_PLATFORM... yes checking for GNOME_DESKTOP... yes checking for

Re: [PATCH 3/3] gnu: Add zpaq.

2017-01-30 Thread Ludovic Courtès
Tobias Geerinckx-Rice skribis: > * gnu/packages/compression.scm (zpaq): New variable. [...] > +(string-append "CXXFLAGS=-O3 -mtune=generic -DNDEBUG" > + ,(match (or (%current-target-system) > + (%current-system)) >

Re: [PATCH 1/3] download: url-fetch/tarball: Make ‘name’ truly optional.

2017-01-30 Thread Ludovic Courtès
Tobias Geerinckx-Rice skribis: > * guix/download.scm (url-fetch/tarbomb): Fall back to ‘file-name’ if > ‘name’ is #f, like the regular ‘url-fetch’ does. > * gnu/packages/bioinformatics.scm (muscle)[source]: Remove ‘file-name’. > * gnu/packages/engineering.scm (fastcap)[source]:

Re: [PATCH 2/3] download: Add ‘url-fetch/zipbomb’.

2017-01-30 Thread Ludovic Courtès
Tobias Geerinckx-Rice skribis: > From this suggestion by Ludovic Courtès: > > > * guix/download.scm (url-fetch/zipbomb): New procedure. OK, thanks!

Re: [PATCH 09/10] gnu: Add ocaml-js-build-tools.

2017-01-30 Thread Julien Lepiller
On Mon, 30 Jan 2017 23:23:27 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Julien Lepiller skribis: > > > On Mon, 30 Jan 2017 10:22:13 +0100 > > l...@gnu.org (Ludovic Courtès) wrote: > > > >> Julien Lepiller skribis: > >> > >> > +++

Re: Add a generalized git-file? to Guix?

2017-01-30 Thread Ludovic Courtès
Mathieu Lirzin skribis: > From f104b3745097746d6ef89b6198ec7b81e8b679f4 Mon Sep 17 00:00:00 2001 > From: Mathieu Lirzin > Date: Sun, 29 Jan 2017 00:34:48 +0100 > Subject: [PATCH] git-download: Add 'git-predicate'. > > * guix/git-download.scm (git-predicate): New

Re: [PATCH] gnu: tor: Add hardening configure-flags.

2017-01-30 Thread Ludovic Courtès
contact@cryptolab.net skribis: > From: ng0 > > * gnu/packages/tor.scm (tor)[arguments]: Add '--enable-expensive-hardening', > 'enable-gcc-hardening', '--enable-linker-hardening' to configure-flags. Applied, thanks. Ludo'.

[PATCH] gnu: Add supercollider.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/music.scm (supercollider): New variable. --- gnu/packages/music.scm | 77 ++ 1 file changed, 77 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index

supercollider.

2017-01-30 Thread contact . ng0
I'm dropping this package. In case anyone wants to work on it, It fails at 75% when building libsupernova or what it was named. This has been rebased on master, so it will apply (for now).

Re: [PATCH] gnu: dtc: Make home-page field value more useful.

2017-01-30 Thread Ludovic Courtès
Danny Milosavljevic skribis: > * gnu/packages/u-boot.scm (dtc)[home-page]: Change. Sure, thanks!

[PATCH 1/1] gnu: libevent: Update to 2.1.8.

2017-01-30 Thread Marius Bakke
* gnu/packages/libevent.scm (libevent): Update to 2.1.8. [inputs]: Move everything to ... [native-inputs]: ... here. Change 'python-wrapper' to 'python-2'. (libevent-2.0): New variable. * gnu/packages/patches/libevent-2.1-dns-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. *

[PATCH 0/1] Libevent update

2017-01-30 Thread Marius Bakke
Hello! Libevent 2.1.8 was recently released and the 2.1 branch is now considered stable. Icecat is the only dependent package that failed to build against 2.1. Marius Bakke (1): gnu: libevent: Update to 2.1.8. gnu/local.mk | 1 +

Re: [PATCH] gnu: Add xinetd.,Re: [PATCH] gnu: Add xinetd.

2017-01-30 Thread Leo Famulari
On Thu, Jan 26, 2017 at 04:00:44PM +0100, Thomas Danckaert wrote: > My apologies, I forgot to attach the improved patch... > > Thomas > From ae03afa6753e286c2bb4a58762e5419273f7002d Mon Sep 17 00:00:00 2001 > From: Thomas Danckaert > Date: Thu, 26 Jan 2017 11:35:50

Re: [PATCH] fix test-skip typo

2017-01-30 Thread Ludovic Courtès
Paul Garlick skribis: > --- > tests/syscalls.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/syscalls.scm b/tests/syscalls.scm > index 92e02f3..1934704 100644 > --- a/tests/syscalls.scm > +++ b/tests/syscalls.scm > @@

Re: [PATCH] gnu: tor: Add hardening configure-flags.

2017-01-30 Thread Leo Famulari
On Wed, Jan 25, 2017 at 09:31:07AM +, contact@cryptolab.net wrote: > From: ng0 > > * gnu/packages/tor.scm (tor)[arguments]: Add '--enable-expensive-hardening', > 'enable-gcc-hardening', '--enable-linker-hardening' to configure-flags. LGTM. Does anyone else

Re: [PATCH 09/10] gnu: Add ocaml-js-build-tools.

2017-01-30 Thread Ludovic Courtès
Julien Lepiller skribis: > On Mon, 30 Jan 2017 10:22:13 +0100 > l...@gnu.org (Ludovic Courtès) wrote: > >> Julien Lepiller skribis: >> >> > +++ b/gnu/packages/patches/ocaml-janestreet-fix-libdir.patch >> > @@ -0,0 +1,39 @@ >> > +This patch adds a

Re: [PATCH 09/10] gnu: Add ocaml-js-build-tools.

2017-01-30 Thread Julien Lepiller
On Mon, 30 Jan 2017 10:22:13 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Julien Lepiller skribis: > > > +++ b/gnu/packages/patches/ocaml-janestreet-fix-libdir.patch > > @@ -0,0 +1,39 @@ > > +This patch adds a --libdir option to opam-installer so it installs > > the plugin

[PATCH] gnu: Add python-pykka.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-pykka): New variable. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9e33412d8..65d7885b6 100644 ---

python-pykka.

2017-01-30 Thread contact . ng0
This adds python-pykka. Someone needs to check the testsuite if you really want it to pass. This used to be in a branch as a dependency for mopidy. https://www.mopidy.com/ I can finish small details, but I will not debug the testsuite. I will keep this package until end of february, then I will

Re: Tcpdump security update

2017-01-30 Thread Leo Famulari
On Mon, Jan 30, 2017 at 09:16:08PM +0100, Marius Bakke wrote: > > Oops, missed a little detail: > > Leo Famulari writes: > > (source (origin > >(method url-fetch) > > - (uri (string-append "http://www.tcpdump.org/release/tcpdump-; > > -

Re: [PATCH 2/2] gnu: Add nyx.

2017-01-30 Thread Tobias Geerinckx-Rice
ng0, Apologies for dragging out the thread, but to avoid any possible confusion: On 30/01/17 20:16, ng0 wrote: > I think 1.9 is okay, we can verify if 2.0 works once it's out or > tagged, or whatever. I just packaged the HEAD (so 2.0) as I had no > clue about their versions. This is HEAD

Re: [PATCH] maint: Fix invalid calls to 'info'.

2017-01-30 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > Mathieu Lirzin skribis: > >> * HACKING : Remove name of the manual from the item argument. >> * README : Likewise. > > Good catch, please push! > > Ludo’. Pushed as commit 8efc35a8902910ef7c09183c1d79d51498b2c10c. Thanks. -- Mathieu

Re: Tcpdump security update

2017-01-30 Thread Marius Bakke
Oops, missed a little detail: Leo Famulari writes: > (source (origin >(method url-fetch) > - (uri (string-append "http://www.tcpdump.org/release/tcpdump-; > - version ".tar.gz")) > +(uri > +

Re: Tcpdump security update

2017-01-30 Thread Marius Bakke
Leo Famulari writes: > I communicated with the tcpdump team and verified that the Debian > tarball provides the same data (same SHA256 hash) as what's provided > directly by upstream. But the upstream link is still considered private > so I'm using the Debian source URL as a

Tcpdump security update

2017-01-30 Thread Leo Famulari
I communicated with the tcpdump team and verified that the Debian tarball provides the same data (same SHA256 hash) as what's provided directly by upstream. But the upstream link is still considered private so I'm using the Debian source URL as a courtesy. The Debian security advisory is here:

Re: [PATCH 2/2] gnu: Add nyx.

2017-01-30 Thread ng0
Tobias Geerinckx-Rice writes: > Ludo', > > On 30/01/17 15:31, Ludovic Courtès wrote: >> Yeah if you can make sure to integrate any missing bits of ng0’s >> original patch and to address what was previously raised during review, >> I think you can go ahead and push. > > Great.

Re: [PATCH] Add adb

2017-01-30 Thread julien lepiller
Le 2017-01-30 16:44, Marius Bakke a écrit : Ludovic Courtès writes: Julien Lepiller skribis: are you still working on this? I think this was a question for Marius. :-) Hello! Unfortunately the device I made this package for got a lethal dose of

Re: ELPA importer and upstream URLs

2017-01-30 Thread Mathieu OTHACEHE
> The difficulty is that we need both the Git URL and a commit ID. Is the > commit ID available? I can't find it at first glance, maybe with github API ? > > If we have all of that ‘guix import elpa’ could just extract that data > and generate the right thing. For packages that don’t have a

Re: [PATCH] Add adb

2017-01-30 Thread Marius Bakke
Ludovic Courtès writes: > Julien Lepiller skribis: > >> are you still working on this? > > I think this was a question for Marius. :-) Hello! Unfortunately the device I made this package for got a lethal dose of dihydrogenoxide, so the branch got stale :-) I

Re: [PATCH 2/2] gnu: Add nyx.

2017-01-30 Thread Tobias Geerinckx-Rice
Ludo', On 30/01/17 15:31, Ludovic Courtès wrote: > Yeah if you can make sure to integrate any missing bits of ng0’s > original patch and to address what was previously raised during review, > I think you can go ahead and push. Great. Thanks! Are you referring to any specific missing bits, or

Re: [PATCH 2/2] gnu: Add nyx.

2017-01-30 Thread Ludovic Courtès
Tobias Geerinckx-Rice skribis: > On 30/01/17 07:13, ng0 wrote: >> Tobias Geerinckx-Rice writes: >>> This adds Nyx (no relation), a handy status monitor for Tor relays. >> >> Cool! >> So it seems you have evaded the problems with the custom setup >> phase they

[PATCH] fix test-skip typo

2017-01-30 Thread Paul Garlick
--- tests/syscalls.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/syscalls.scm b/tests/syscalls.scm index 92e02f3..1934704 100644 --- a/tests/syscalls.scm +++ b/tests/syscalls.scm @@ -456,7 +456,7 @@ (eof-object? (read-utmpx (%make-void-port "r" (unless

Re: [PATCH] Add adb

2017-01-30 Thread Ludovic Courtès
Julien Lepiller skribis: > are you still working on this? I think this was a question for Marius. :-) Ludo’.

Re: PowerPC & GNU/Hurd cross-compilation

2017-01-30 Thread Ludovic Courtès
Hey Carlos, csanchez...@gmail.com (Carlos Sánchez de La Lama) skribis: >>> $ file $(./pre-inst-env guix build -q --target=powerpc-linux-gnu guile >>> )/bin/guile >>> The following files will be downloaded: >>>/gnu/store/4cmc36jhjj2qq7z5pd0n9fw48dfq1cr7-guile-2.0.13-debug >>>

Re: [PATCH 1/2] gnu: tor: Use ‘license:’ prefix instead of #:select.

2017-01-30 Thread Ludovic Courtès
Tobias Geerinckx-Rice skribis: > * gnu/packages/tor.scm (tor, torsocks, privoxy, onionshare)[license]: > Add prefix. Sure!

Re: gnu: ghc-8: Update to 8.0.2

2017-01-30 Thread Federico Beffa
On Sat, Jan 28, 2017 at 12:35 AM, Ludovic Courtès wrote: > Hi Federico, > > Federico Beffa skribis: > >> I've updated our ghc-8 Haskell compiler to the latest version (8.0.2) >> and in doing so I've investigated why both 8.0.1 and 8.0.2 do not work >> without

[PATCH 2/2] services: cuirass: Add load-path to cuirass configuration

2017-01-30 Thread Mathieu Othacehe
* gnu/services/cuirass.scm (): Add load-path field. (cuirass-shepherd-service): Honor it. * doc/guix.texi (Continuous Integration): Document it. --- doc/guix.texi| 4 gnu/services/cuirass.scm | 11 --- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git

[PATCH 0/2] Add load-path support to cuirass.

2017-01-30 Thread Mathieu Othacehe
Hello, The point of the serie is to add load-path support to cuirass. The first patch is updating cuirass to a version containing this commit : https://notabug.org/mthl/cuirass/commit/5127c6797ca6eb5782f96f44c7c1d38263927f2b The second patch adds support for load-path option in guix's cuirass

[PATCH 1/2] gnu: cuirass: Update to 0.0.1 revision 4.

2017-01-30 Thread Mathieu Othacehe
* gnu/packages/ci.scm (cuirass): Update to 0.0.1 revision 4. --- gnu/packages/ci.scm | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm index 15a94c5ee..c25bc389c 100644 --- a/gnu/packages/ci.scm +++ b/gnu/packages/ci.scm @@ -2,6

Re: [PATCH] gnu: Add reducelcs.

2017-01-30 Thread Kei Kebreau
contact@cryptolab.net writes: > From: ng0 > > * gnu/packages/maths.scm (reducelcs): New variable. > --- > gnu/packages/maths.scm | 45 + > 1 file changed, 45 insertions(+) > > diff --git a/gnu/packages/maths.scm

Re: Hardening

2017-01-30 Thread ng0
Ludovic Courtès writes: > Hi! > > ng0 skribis: > >> For starters, I think we could have an "hardened-wip" branch on >> savannah (I can't commit anyway directly) and that we can target >> SELinux for now, look at Hardened-gentoo and other systems how >>

Re: PowerPC & GNU/Hurd cross-compilation

2017-01-30 Thread Carlos Sánchez de La Lama
Hi Ludo, all, >> $ file $(./pre-inst-env guix build -q --target=powerpc-linux-gnu guile >> )/bin/guile >> The following files will be downloaded: >>/gnu/store/4cmc36jhjj2qq7z5pd0n9fw48dfq1cr7-guile-2.0.13-debug >>/gnu/store/h153jzzqiz10xc3yh4r2w7lkrm5pbx88-guile-2.0.13 >>

[PATCH 6/6] gnu: Add postorius.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/mail.scm (postorius): New variable. --- gnu/packages/mail.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 76c0078a8..2ad2c2d1f 100644 ---

[PATCH 3/6] gnu: Add python-django-allauth.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/django.scm (python-django-allauth): New variable. --- gnu/packages/django.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 9a3c66c45..91eaf52e2 100644 ---

[PATCH 1/6] gnu: Add python-defusedxml.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/xml.scm (python-defusedxml): New variable. --- gnu/packages/xml.scm | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 32b658489..8ee46ff71 100644 ---

postorius, v2

2017-01-30 Thread contact . ng0
Changes: Applied what has been previously pointed out by Harmut. Changed copyright headers.

Re: [PATCH] gnu: python-matplotlib: Don't propagate python-numpy-bootstrap.

2017-01-30 Thread Thomas Danckaert
From: Marius Bakke Subject: Re: [PATCH] gnu: python-matplotlib: Don't propagate python-numpy-bootstrap. Date: Fri, 27 Jan 2017 20:57:12 +0100 This patch works around it by creating an intermediate python-matplotlib-bootstrap package as well, which is then used as a

Re: [PATCH 6/6] gnu: Add postorius.

2017-01-30 Thread ng0
Hartmut Goebel writes: > Hi, > > Am 30.01.2017 um 10:10 schrieb ng0: >> + (file-name (string-append name "-" version ".tar.gz")) >>> I'd keep the original name, but this may be a matter of taste. >> The original file name has some "+something2.tar.gz" in

Re: Debugging and source code

2017-01-30 Thread Danny Milosavljevic
Hi, for example when you try guix build -S ldc it will not put phobos in the correct place (which is unpacked to the correct place in a phase). It would be nice if there was a way to run gdb after the build phase ran. [I guess easiest would be if one could insert something after the

Re: [PATCH] gnu: Add light.

2017-01-30 Thread Ludovic Courtès
Hi, Jose Miguel Sánchez García skribis: > From 39adc264a5f2df4ebeaad7879d7005f0831841c3 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Jos=C3=A9=20Miguel=20S=C3=A1nchez=20Garc=C3=ADa?= > > Date: Sat, 28 Jan 2017 13:07:57 +0100 > Subject: [PATCH] gnu:

Re: [PATCH] environment: Fix setting writable? on networking related files

2017-01-30 Thread Ludovic Courtès
Christopher Baines skribis: > * guix/scripts/environment.scm (launch-environment/container): Include the > file name in the call to string=? when deciding if the file should be > writable. [...] > (writable? > -

Re: [PATCH] gnu: Add font-awesome.

2017-01-30 Thread Ludovic Courtès
Jose Miguel Sánchez García skribis: > From d4eb96046e2bd0538b16880295a5cd05275de7f8 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Jos=C3=A9=20Miguel=20S=C3=A1nchez=20Garc=C3=ADa?= > > Date: Sat, 28 Jan 2017 13:42:09 +0100 > Subject: [PATCH] gnu: Add

Re: [PATCH] gnu: Add opencascade-oce

2017-01-30 Thread Ludovic Courtès
Hi Paul, Paul Garlick skribis: > Also, there is an extra configuration flag required to successfully > build the DRAW libraries and executable.  The '-UCMAKE_INSTALL_RPATH' > flag is required for the validate-runpath stage to succeed.  This is to > do with

Re: [PATCH 09/10] gnu: Add ocaml-js-build-tools.

2017-01-30 Thread Ludovic Courtès
Julien Lepiller skribis: > +++ b/gnu/packages/patches/ocaml-janestreet-fix-libdir.patch > @@ -0,0 +1,39 @@ > +This patch adds a --libdir option to opam-installer so it installs the plugin > +in the specified directory rather than in the default one (ocaml's directory > in >

Re: [PATCH 6/6] gnu: Add postorius.

2017-01-30 Thread Hartmut Goebel
Hi, Am 30.01.2017 um 10:10 schrieb ng0: > >>> + (file-name (string-append name "-" version ".tar.gz")) >> I'd keep the original name, but this may be a matter of taste. > The original file name has some "+something2.tar.gz" in it, I want > to be consistent with what we provide. > Or what do

Re: [PATCH 09/10] gnu: Add ocaml-js-build-tools.

2017-01-30 Thread Ludovic Courtès
Hey! Julien Lepiller skribis: > * gnu/packages/ocaml.scm (ocaml-js-build-tools): New variable. > * gnu/packages/patches/ocaml-janestreet-fix-libdir.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. [...] > +;; Janestreet packages are found in a similar way and

Re: [PATCH] document ocaml-build-system

2017-01-30 Thread Ludovic Courtès
Julien Lepiller skribis: > pushed. Sorry about the two commits, I forgot to add guix.texi after I > made a last change. No problem, thanks! Ludo’.

Re: [PATCH 6/6] gnu: Add postorius.

2017-01-30 Thread ng0
Hi, Hartmut Goebel writes: > Am 30.01.2017 um 00:26 schrieb contact@cryptolab.net: > >> + (file-name (string-append name "-" version ".tar.gz")) > > I'd keep the original name, but this may be a matter of taste. The original file name has some

ELPA importer and upstream URLs

2017-01-30 Thread Ludovic Courtès
Hello! Mathieu OTHACEHE skribis: >> What needs to be done? We cannot guess the upstream URL just from the >> MELPA one, can we? > > No, but we can maybe use the other fields provided by melpa to find the > github archive url ? Sounds like a good idea. > There's a field

Re: Debugging and source code

2017-01-30 Thread Ludovic Courtès
Hi Pjotr! Pjotr Prins skribis: > On Thu, Jan 26, 2017 at 10:54:56AM +0100, Ludovic Courtès wrote: >> 0. Status quo: people need to get the source by themselves with “guix >> build -S”. >> >> 1. The “debug” output, when it exists, always includes the source.

Re: [PATCH 2/2] doc: Discuss encrypted swap space.

2017-01-30 Thread Hartmut Goebel
Am 30.01.2017 um 05:40 schrieb Chris Marusich: > +Note that if you have encrypted the root partition and created a swap > +file in its file system as described above, then the encryption also > +protects the swap file, just like any other file in that file system. Please also mention the impact

Re: [PATCH 6/6] gnu: Add postorius.

2017-01-30 Thread Hartmut Goebel
Am 30.01.2017 um 00:26 schrieb contact@cryptolab.net: > + (file-name (string-append name "-" version ".tar.gz")) I'd keep the original name, but this may be a matter of taste. > +(home-page "https://launchpad.net/postorius;) This has changed: "Postorius is no longer hosted on