src.zip, demos and samples in java idk

2016-09-02 Thread Hartmut Goebel
Hi, I discovered that the "jdk" of icedtea includes "demos", "samples" and even a "src.zip" file. These are as big as 50 MB, where the src.zip contributes by 43 MB. Thee 50MB are ca. 12% of the whole jdk. IMHO, all of these should not be there since they are rarely needed. Also it is common secur

[PATCH] gnu: Add rpc-daemon service

2016-09-02 Thread John Darrington
* gnu/services/nfs: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. --- gnu/local.mk | 1 + gnu/services/nfs.scm | 25 + 2 files changed, 26 insertions(+) create mode 100644 gnu/services/nfs.scm diff --git a/gnu/local.mk b/gnu/local.mk index efb00b9..8d2de

aseprite is now EULA licensed.

2016-09-02 Thread ng0
2 days ago they changed from gpl-2 to eula. This could theoretically mean we can update to 1.1.7 and freeze it there (hoping that a compatible licensed fork appears or whatever will happen)? http://dev.aseprite.org/post/149797781837/new-source-code-license https://github.com/aseprite/aseprite/comm

Re: Tracking package submissions with Debbugs

2016-09-02 Thread Alex Vong
Ricardo Wurmus writes: > Ludovic Courtès writes: > >> I suppose it wouldn’t handle patch series very well though, would it? >> Or people would have to send the “cover letter” of the series first, and >> then send the rest to n...@debbugs.gnu.org once a number has been >> assigned? > > Or could w

Re: [PATCH] gnu: awesome: Update to 3.5.9.

2016-09-02 Thread ng0
gno writes: > On 9/2/2016 2:53 PM, ng0 wrote: > >> For some reason xrandr started to kill awesome (X11) session when I >> apply my layout now. I checked with arandr and also with --dryrun if my >> layout is the problem, but there's nothing faulty. >> Maybe there are changes which can't just be in

[PATCH] gnu: Add libicns

2016-09-02 Thread Brendan Tildesley
>From 64ca4155a754a93b26a1002185950f49469197f3 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Sat, 3 Sep 2016 05:53:56 +1000 Subject: [PATCH] gnu: Add libicns * gnu/packages/image.scm (libicns): New variable --- gnu/packages/image.scm | 28 1 file changed, 2

[PATCH] gnu: Add libicns

2016-09-02 Thread Brendan Tildesley
>From 64ca4155a754a93b26a1002185950f49469197f3 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Sat, 3 Sep 2016 05:53:56 +1000 Subject: [PATCH] gnu: Add libicns * gnu/packages/image.scm (libicns): New variable --- gnu/packages/image.scm | 28 1 file changed, 2

Re: [PATCH 0/1] OpenSSL 1.1.0

2016-09-02 Thread Leo Famulari
On Fri, Sep 02, 2016 at 04:14:22PM -0400, Leo Famulari wrote: > +(define-public openssl-next > + (package > +(inherit openssl) Also, I wonder if this should inherit from openssl? Presumably there will be more security updates to openssl@1.0.2 before openssl@1.1.0 is ready for general use, an

Re: [PATCH 0/1] OpenSSL 1.1.0

2016-09-02 Thread Leo Famulari
On Fri, Sep 02, 2016 at 02:43:58PM +0200, Ludovic Courtès wrote: > > I also read about lots of breakage due to the update so I think it’s > > okay to add it as “openssl-next” for now. > > Agreed (though its fine to use “openssl” in the ‘name’ field IMO.) When I put "openssl" in the 'name' field,

Re: [PATCH 1/1] gnu: Add acme-client.

2016-09-02 Thread Leo Famulari
On Fri, Sep 02, 2016 at 02:50:28PM -0400, Leo Famulari wrote: > > *shiver* Why would one implement this in an language like C, which is > > prone to buffer overflows, if there are implementations available in > > more secure languages? > > I wouldn't propose this package if it wasn't part of OpenB

Re: [PATCH 1/1] gnu: Add acme-client.

2016-09-02 Thread Leo Famulari
On Fri, Sep 02, 2016 at 08:01:55PM +0200, Hartmut Goebel wrote: > Am 02.09.2016 um 16:49 schrieb Leo Famulari: > > +(name "acme-client") > > I strongly suggest using a different name, as this is *one* of many > implementations and it is not the "official" one. Suggestions? > *shiver* Why wou

Re: [PATCH 1/1] gnu: Add acme-client.

2016-09-02 Thread Hartmut Goebel
Am 02.09.2016 um 16:49 schrieb Leo Famulari: > +(name "acme-client") I strongly suggest using a different name, as this is *one* of many implementations and it is not the "official" one. > +(synopsis "Let's Encrypt client") The synopsis should already state, this is *one* of the acme-cli

Re: Info Typo

2016-09-02 Thread Alex Kost
Kete Foy (2016-09-02 12:37 +0300) wrote: > Thanks Leo, I found another one in 4.2.2: simlpy. Oops, my bad, I've fixed it and a couple of other typos: Thanks for reporting! > Does anyone want to teach

Re: [PATCH] gnu: Add ola

2016-09-02 Thread John J Foerch
l...@gnu.org (Ludovic Courtès) writes: > John J Foerch skribis: > >> l...@gnu.org (Ludovic Courtès) writes: >> >>> Hi, >>> >>> Marius Bakke skribis: >>> > 2 files changed, 4 insertions(+), 6 deletions(-) > gnu/local.mk | 1 + > gnu/packages/ola.scm | 9 +++-- Perh

Re: [PATCH] gnu: awesome: Update to 3.5.9.

2016-09-02 Thread gno
On 9/2/2016 2:53 PM, ng0 wrote: For some reason xrandr started to kill awesome (X11) session when I apply my layout now. I checked with arandr and also with --dryrun if my layout is the problem, but there's nothing faulty. Maybe there are changes which can't just be installed in my user profile

[PATCH] Add scratch

2016-09-02 Thread Nicolas Goaziou
Hello, The following patch adds Scratch to the Guix packages. There are some caveats: - it is not the latest version of scratch (1.4 instead of 2.0) as this one required Adobe Air for the offline editor and Flash plugin online. - it freezes when returning from fullscreen execution of a script

Re: [PATCH 2/9] activation: Allow /var/lib to be a home directory.

2016-09-02 Thread David Craven
> And instead of handing this particular case, > how about create any parent directory > of HOME? I briefly thought about it and thought that we should discourage users to pick *any* home directory. This will prevent them from doing so. But it's just an artificial restriction. In that case it's a

Re: [PATCH 2/9] activation: Allow /var/lib to be a home directory.

2016-09-02 Thread ng0
Vincent Legoll writes: > Hello, > >> Also, it's better fit in the 'add-user' procudere, before >> the run of `useradd' command. And instead of handing >> this particular case, how about create any parent directory >> of HOME? like: >> >> [...] >> ;; create the parent directory of HOME. >> (

Re: GSoC NPM

2016-09-02 Thread Jan Nieuwenhuizen
Thompson, David writes: > On Fri, Sep 2, 2016 at 10:24 AM, Jan Nieuwenhuizen wrote: > >> Also, I found that you prefer going through the repository/github >> instead of using the dist tarball. Why is that? > > The tarballs distributed by NPM are considered binaries, not source. Ah I see. In so

Re: [PATCH 5/5] gnu: linux-libre: Add support for cross-compilation.

2016-09-02 Thread David Craven
Sorry about this. I hadn't checked that cross compilation doesn't break native compiles. It should be (unless target (setenv ... Also the patch with the arm config should also add armhf-linux to supported-systems

[PATCH 2/5] gnu: linux-libre: Use modify-phases.

2016-09-02 Thread David Craven
* gnu/packages/linux.scm (linux-libre): Use modify-phases. --- gnu/packages/linux.scm | 79 -- 1 file changed, 38 insertions(+), 41 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index be28a1b..dc7ea78 100644 --- a/gnu/pac

[PATCH 5/5] gnu: linux-libre: Add support for cross-compilation.

2016-09-02 Thread David Craven
* gnu/packages/linux.scm (linux-libre): Add support for cross-compilation. --- gnu/packages/linux.scm | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index bb8eb88..7e3b762 100644 --- a/gnu/packages/linux.scm +++ b/gnu/

[PATCH] gnu: linux-libre-headers: Use modify-phases.

2016-09-02 Thread David Craven
* gnu/packages/linux.scm (linux-libre-headers): Use modify phases. --- gnu/packages/linux.scm | 58 -- 1 file changed, 28 insertions(+), 30 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index aac2cd1..adfa027 100644 --- a

[PATCH 3/5] gnu: linux-libre: Use system->architecture.

2016-09-02 Thread David Craven
* gnu/packages/linux.scm (linux-libre): Use system->architecture. --- gnu/packages/linux.scm | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index dc7ea78..19851d2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packa

[PATCH 1/5] gnu: module-init-tools: Prevent line wrapping.

2016-09-02 Thread David Craven
* gnu/packages/linux.scm (module-init-tools): Break line. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index aac2cd1..be28a1b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1

Re: [PATCH 1/9] system: vm: Remove -net user flag.

2016-09-02 Thread Leo Famulari
On Thu, Sep 01, 2016 at 05:57:03PM +0200, David Craven wrote: > * gnu/system/vm.scm (common-qemu-options): Remove -net user flag. Can the VM still "dial out" with this change?

Re: GSoC NPM

2016-09-02 Thread Jelle Licht
Hi Jan, Thanks for your interest and work. I am currently quite occupied with getting ready for my next year of studies, so I will only shortly address your points; The short of it is that the dist tarball does not always contain the actual source code. Examples of this include generated code, mi

Re: [PATCH 2/9] activation: Allow /var/lib to be a home directory.

2016-09-02 Thread Vincent Legoll
Hello, > Also, it's better fit in the 'add-user' procudere, before > the run of `useradd' command. And instead of handing > this particular case, how about create any parent directory > of HOME? like: > > [...] > ;; create the parent directory of HOME. > (when home (mkdir-p (dirname home)))

Re: GSoC NPM

2016-09-02 Thread Thompson, David
On Fri, Sep 2, 2016 at 10:24 AM, Jan Nieuwenhuizen wrote: > Also, I found that you prefer going through the repository/github > instead of using the dist tarball. Why is that? The tarballs distributed by NPM are considered binaries, not source. - Dave

Re: [PATCH] system: grub: Use librsvg to convert SVG to PNG

2016-09-02 Thread Vincent Legoll
Hello, > The attached patch eliminates the use of 'inkscape' and 'imagemagick' to > convert our grub background image from SVG to PNG. The job is now done > using 'librsvg' [1] via Guile's dynamic FFI. I was unable to perform > the needed scaling using the 'rsvg-convert' program, so I had to use

Re: [PATCH] gnu: Add praat

2016-09-02 Thread Brendan Tildesley
On 2016-09-02 22:20, Ludovic Courtès wrote: > [...] > >> + (add-after 'unpack 'be-timeless >> + (lambda _ >> + (substitute* "external/portaudio/pa_front.c" >> + ((" \\(built \" __DATE__ \" \" __TIME__ \"\\)") "")) >> + #t)) > Could you move i

[PATCH 1/1] gnu: Add acme-client.

2016-09-02 Thread Leo Famulari
* gnu/packages/tls.scm (acme-client): New variable. --- gnu/packages/tls.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 4b87150..eeb15ca 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -

Re: [PATCH 1/4] gnu: yelp: Update to 3.21.3

2016-09-02 Thread John Darrington
On Fri, Sep 02, 2016 at 03:16:25PM +0200, Ludovic Court??s wrote: > John Darrington skribis: > > > From: John Darrington > > > > * gnu/packages/gnome.scm (yelp): Update to 3.21.3 > > My understanding is that odd minor version numbers denote development > releases, no? In that case we should wa

[PATCH 0/1] Another Let's Encrypt client

2016-09-02 Thread Leo Famulari
I have been looking at this Let's Encrypt client for a little while. It was just merged into the OpenBSD base system, and had its name changed from 'letskencrypt' to the generic 'acme-client'. The name might be too generic; I found at least 4 different programs with this name. https://kristaps.bs

Re: State of maven build system, gradle and Apache commens

2016-09-02 Thread Ricardo Wurmus
Hartmut Goebel writes: > Am 02.09.2016 um 13:48 schrieb Ricardo Wurmus: > > > > I found all of these need intervention for building, as there is no >> "install" target (maybe I missed something). Echo of the packages >> behaves a bit different (e.g. different directory names), while

Re: Tracking package submissions with Debbugs

2016-09-02 Thread Ricardo Wurmus
Ludovic Courtès writes: > I suppose it wouldn’t handle patch series very well though, would it? > Or people would have to send the “cover letter” of the series first, and > then send the rest to n...@debbugs.gnu.org once a number has been > assigned? Or could we have a bug per module? Then the

Re: GSoC NPM

2016-09-02 Thread Jan Nieuwenhuizen
Jelle Licht writes: Hi Jelle! > - The ability to parse npm version data > - An npm backend for ~guix import~ > - Npm modules in guix > - An actual build system for npm packages That's amazing. I played with it today and noticed that it always downloads devDependencies. Why is that...I disabled

Re: [PATCH 0/2] Fix IBus input methods.

2016-09-02 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> 宋文武 writes: >> >>> Ricardo Wurmus writes: >>> gnu: gtk+-2: Add patch to support GUIX_GTK2_IM_MODULE_FILE. gnu: gtk+: Add patch to support GUIX_GTK3_IM_MODULE_FILE. >>> >>> Look good to me! >> >> Thanks! >> >> What do you thi

Re: [PATCH] gnu: Add Infernal.

2016-09-02 Thread Ricardo Wurmus
Thompson, David writes: > On Fri, Sep 2, 2016 at 9:35 AM, Ricardo Wurmus > wrote: >> * gnu/packages/bioinformatics.scm (infernal): New variable. >> --- >> gnu/packages/bioinformatics.scm | 27 +++ >> 1 file changed, 27 insertions(+) >> >> diff --git a/gnu/packages/bioin

Re: libidn security update patch

2016-09-02 Thread Leo Famulari
On Fri, Sep 02, 2016 at 02:47:35PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > From 217f444aa56ec292ddfaacfabcbb6ddea8d1f262 Mon Sep 17 00:00:00 2001 > > From: Leo Famulari > > Date: Fri, 2 Sep 2016 02:11:49 -0400 > > Subject: [PATCH] gnu: libidn: Replace with 1.33 [fixes CVE-201

Re: [PATCH] gnu: Add p7zip.

2016-09-02 Thread Kei Kebreau
Ricardo Wurmus writes: > Efraim Flashner writes: > >> On Thu, Sep 01, 2016 at 03:05:34PM -0400, Kei Kebreau wrote: >>> Ricardo Wurmus writes: >>> >>> > Kei Kebreau writes: >>> > >>> >> Ricardo Wurmus writes: >>> >> >>> >>> Kei Kebreau writes: >>> >>> >>> Whoops, last patch was a bit me

Re: [PATCH] gnu: Add Infernal.

2016-09-02 Thread Thompson, David
On Fri, Sep 2, 2016 at 9:35 AM, Ricardo Wurmus wrote: > * gnu/packages/bioinformatics.scm (infernal): New variable. > --- > gnu/packages/bioinformatics.scm | 27 +++ > 1 file changed, 27 insertions(+) > > diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinfor

[PATCH] gnu: Add Infernal.

2016-09-02 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (infernal): New variable. --- gnu/packages/bioinformatics.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 08c2545..1652f71 100644 --- a/gnu/packages/bioinf

Re: [PATCH 6/9] gnu: Add greenisland.

2016-09-02 Thread Ludovic Courtès
David Craven skribis: > * gnu/packages/display-managers.scm (greenisland): New variable. [...] > +(home-page "http://hawaiios.org";) > +(license (list license:gpl2 license:gpl3 license:lgpl2.1 > license:lgpl3 Please specify what the list means: aggregate of these, or license choic

Re: [PATCH 1/4] gnu: yelp: Update to 3.21.3

2016-09-02 Thread Ludovic Courtès
John Darrington skribis: > From: John Darrington > > * gnu/packages/gnome.scm (yelp): Update to 3.21.3 My understanding is that odd minor version numbers denote development releases, no? In that case we should wait for 3.22.x. Ludo’.

Re: [PATCH 0/2] Fix IBus input methods.

2016-09-02 Thread Ludovic Courtès
Ricardo Wurmus skribis: > 宋文武 writes: > >> Ricardo Wurmus writes: >> >>> gnu: gtk+-2: Add patch to support GUIX_GTK2_IM_MODULE_FILE. >>> gnu: gtk+: Add patch to support GUIX_GTK3_IM_MODULE_FILE. >> >> Look good to me! > > Thanks! > > What do you think: should this be a separate branch (e.g.

Re: Hardening

2016-09-02 Thread Ludovic Courtès
Leo Famulari skribis: > On Wed, Dec 30, 2015 at 05:06:30PM +0100, Ludovic Courtès wrote: >> Alex Vong skribis: >> > Yes, I grep for `fstack-protector-strong' in the guix code base and no >> > matches are found. It appears no packages are setting this flag >> > currently. I think this flag (perha

Re: [PATCH] PRELIMINARY: Add support for hibernation.

2016-09-02 Thread Ludovic Courtès
Hello! Mark H Weaver skribis: > Here's a preliminary patch to add support for hibernation. To enable > it, you'll also need to add a line like this to your 'operating-system' > definition. > > (kernel-arguments '("resume=/dev/sda2")) > > Where the device named is a swap partition. Awesome!

Re: [PATCH 1/9] system: vm: Remove -net user flag.

2016-09-02 Thread David Craven
> I agree, if it is a problem it should be removed. > Okay, is this documented that one can add qemu options after the > file.scm? `guix system vm --help' doesn't show it, I haven't looked at > documentation. It's not a feature of guix system vm but of the qemu script. $(guix system vm) evaluates

Re: [PATCH 1/9] system: vm: Remove -net user flag.

2016-09-02 Thread ng0
David Craven writes: > You can add custom qemu flags by running $(guix system vm *.scm) -net > user. As it is now there is no way to remove it, and I've said > multiple times that it causes networking difficulties. Adding it isn't > a problem. I think that the default qemu flags should be the min

Re: [PATCH] system: grub: Use librsvg to convert SVG to PNG

2016-09-02 Thread Ludovic Courtès
Hi Mark! Mark H Weaver skribis: > The attached patch eliminates the use of 'inkscape' and 'imagemagick' to > convert our grub background image from SVG to PNG. The job is now done > using 'librsvg' [1] via Guile's dynamic FFI. I was unable to perform > the needed scaling using the 'rsvg-conver

Re: [PATCH] gnu: awesome: Update to 3.5.9.

2016-09-02 Thread ng0
For some reason xrandr started to kill awesome (X11) session when I apply my layout now. I checked with arandr and also with --dryrun if my layout is the problem, but there's nothing faulty. Maybe there are changes which can't just be installed in my user profile and need to in system. Overall, it

Re: [PATCH] gnu: Add mtd-utils.

2016-09-02 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-09-01 15:13 +0300) wrote: > >> Danny Milosavljevic skribis: >> >>> On Wed, 31 Aug 2016 22:59:11 +0200 >>> l...@gnu.org (Ludovic Courtès) wrote: >>> Are there GPLv2 license headers that lack the “or any later version” wording, or anything that

Re: libidn security update patch

2016-09-02 Thread Ludovic Courtès
Leo Famulari skribis: > From 217f444aa56ec292ddfaacfabcbb6ddea8d1f262 Mon Sep 17 00:00:00 2001 > From: Leo Famulari > Date: Fri, 2 Sep 2016 02:11:49 -0400 > Subject: [PATCH] gnu: libidn: Replace with 1.33 [fixes CVE-2015-8948 and > CVE-2016-{6261,6263}]. > > * gnu/packages/libidn.scm (libidn)[r

Re: [PATCH 0/1] OpenSSL 1.1.0

2016-09-02 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Leo Famulari writes: > >> This patch updates to OpenSSL to 1.1.0. >> >> I don't think we should update now; basically nothing works yet with the >> new interface. >> >> But, I could adapt the patch to add this version as openssl-next. >> >> Your thoughts? > > I also rea

Re: State of maven build system, gradle and Apache commens

2016-09-02 Thread Hartmut Goebel
Am 02.09.2016 um 13:48 schrieb Ricardo Wurmus: >> > I found all of these need intervention for building, as there is no >> > "install" target (maybe I missed something). Echo of the packages >> > behaves a bit different (e.g. different directory names), while >> > sharing some common patterns. I'll

Re: [PATCH] Clean all .go in clean-go

2016-09-02 Thread Ludovic Courtès
Eric Bavier skribis: > On Thu, 01 Sep 2016 14:37:58 +0200 > l...@gnu.org (Ludovic Courtès) wrote: [...] >> > In regards of the .go files remaining in the build directory, I agree >> > that this is not good, however I don't think it is worth trying to fix >> > this issue which equally applies to

Re: [PATCH 1/2] daemon: Fix '--version'.

2016-09-02 Thread Ludovic Courtès
Alex Vong skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Alex Vong skribis: >> > [...] >>> >>> I think you have isolated the problem! This test case does not work for >>> me. >>> >>> >>> I get the following output after building with >>> (g++ -O2 -flto version.cxx): >> >> What if you com

Tracking package submissions with Debbugs

2016-09-02 Thread Ludovic Courtès
Hi Alex! Alex Vong skribis: > While it may not be as user-friendly as web-based bug tracker these > days, I think the Debian bug tracking system is still better than our > current approach. In Debian, everything is a package. It is like a > language primitive in the bug tracker system. > > > The

Re: [PATCH 2/9] activation: Allow /var/lib to be a home directory.

2016-09-02 Thread 宋文武
David Craven writes: > * gnu/build/activation.scm (activate-user): Make sure /var/lib exists. > --- > gnu/build/activation.scm | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/gnu/build/activation.scm b/gnu/build/activation.scm > index 10aa58d..3abfdd6 100644 > --- a/gnu/build/activat

Re: [PATCH 4/9] services: syslog: Use syslog-configuration.

2016-09-02 Thread Ludovic Courtès
David Craven skribis: > * gnu/services/base.scm (): New variable. > (syslog-service-type): Use . > (syslog-service): Use . Please mention the gnu/tests/base.scm changes here. > --- a/gnu/services/base.scm > +++ b/gnu/services/base.scm > @@ -73,15 +73,15 @@ > > %nscd-default-cache

Linux kernel config maintainablility

2016-09-02 Thread David Craven
Hi, So I'm trying to get a linux-libre-kernel for arm going. For arm there is a multi_v7_defconfig we can use. I looked at the existing kernel configs we have and can't make heads or tails of them. My question is are any kernel options needed specifically for guixsd? And can we make it more readab

Re: [PATCH 7/9] gnu: Add sddm.

2016-09-02 Thread Ludovic Courtès
David Craven skribis: > * gnu/packages/display-managers.scm (sddm): New variable. [...] > +(description "QML based X11 and Wayland display manager.") Please expound a little bit and use full sentences. Otherwise LGTM, thanks! :-) Ludo’.

Re: [PATCH 5/9] gnu: Add prefix to license imports in (gnu packages display-managers).

2016-09-02 Thread Ludovic Courtès
David Craven skribis: > * gnu/packages/display-managers.scm: Import (guix licenses) with prefix > "license:". OK!

Re: [PATCH 1/9] system: vm: Remove -net user flag.

2016-09-02 Thread David Craven
You can add custom qemu flags by running $(guix system vm *.scm) -net user. As it is now there is no way to remove it, and I've said multiple times that it causes networking difficulties. Adding it isn't a problem. I think that the default qemu flags should be the minimum common denominator, and no

Re: [PATCH 8/9] services: Add sddm service.

2016-09-02 Thread 宋文武
[...] > + > +(define (sddm-activation config) > + "Return the activation gexp for CONFIG." > + #~(begin > + (symlink #$(sddm-configuration-file config) "/etc/sddm.conf"))) I don't know the behavior of activation when reconfigure services, but this `symlink' call will fail when the file alre

Re: [PATCH] refresh nss-certs

2016-09-02 Thread Ludovic Courtès
Leo Famulari skribis: > On Tue, Aug 30, 2016 at 01:33:10PM +0200, Vincent Legoll wrote: >> Here it is... >> I test-installed the 2 packages, but nothing more > >> From 966dd703fea7754d18fbe609215eff8381435458 Mon Sep 17 00:00:00 2001 >> From: Vincent Legoll >> Date: Wed, 24 Aug 2016 13:03:48 +02

Re: [PATCH] gnu: Add praat

2016-09-02 Thread Ludovic Courtès
Hi Brendan, Brendan Tildesley skribis: > Please discard the first patch and consider this updated version. I was > able to identify a timestamp and remove it, make the build reproducible. Awesome! > From bdc94ded90345e67885a7aa3b7e649bc546ad22c Mon Sep 17 00:00:00 2001 > From: Brendan Tildesle

Re: [PATCH] gnu: Add p7zip.

2016-09-02 Thread Ricardo Wurmus
Efraim Flashner writes: > On September 2, 2016 2:51:03 PM GMT+03:00, Ricardo Wurmus > wrote: >> >>Efraim Flashner writes: >> >>> On Thu, Sep 01, 2016 at 03:05:34PM -0400, Kei Kebreau wrote: Ricardo Wurmus writes: > Kei Kebreau writes: > >> Ricardo Wurmus writes: >

Re: [PATCH] gnu: Add p7zip.

2016-09-02 Thread Efraim Flashner
On September 2, 2016 2:51:03 PM GMT+03:00, Ricardo Wurmus wrote: > >Efraim Flashner writes: > >> On Thu, Sep 01, 2016 at 03:05:34PM -0400, Kei Kebreau wrote: >>> Ricardo Wurmus writes: >>> >>> > Kei Kebreau writes: >>> > >>> >> Ricardo Wurmus writes: >>> >> >>> >>> Kei Kebreau writes: >>>

Re: [PATCH v2] gnu: Add python-odfpy.

2016-09-02 Thread Marius Bakke
Alex Kost writes: > Marius Bakke (2016-09-01 18:41 +0300) wrote: > >> From f1bccf9bf26088107b6fec31eece30676d5a362f Mon Sep 17 00:00:00 2001 >> From: Marius Bakke >> Date: Wed, 17 Aug 2016 17:45:24 +0100 >> Subject: [PATCH] gnu: Add python-odfpy. >> >> * gnu/packages/python.scm (python-odfpy, py

Re: [PATCH] gnu: Add p7zip.

2016-09-02 Thread Ricardo Wurmus
Efraim Flashner writes: > On Thu, Sep 01, 2016 at 03:05:34PM -0400, Kei Kebreau wrote: >> Ricardo Wurmus writes: >> >> > Kei Kebreau writes: >> > >> >> Ricardo Wurmus writes: >> >> >> >>> Kei Kebreau writes: >> >>> >> Whoops, last patch was a bit messy and stacked on the previous one.

Re: State of maven build system, gradle and Apache commens

2016-09-02 Thread Ricardo Wurmus
Hartmut Goebel writes: > Meantime I managed to build commons-io, commons-cli, commons-lang and > commons-codec. Cool! > I found all of these need intervention for building, as there is no > "install" target (maybe I missed something). Echo of the packages > behaves a bit different (e.g. differ

Re: [PATCH 1/9] system: vm: Remove -net user flag.

2016-09-02 Thread ng0
David Craven writes: > * gnu/system/vm.scm (common-qemu-options): Remove -net user flag. > --- > gnu/system/vm.scm | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm > index c31e3a8..551c3ca 100644 > --- a/gnu/system/vm.scm > +++ b/gnu/system/vm.scm > @

Re: [PATCH] gnu: Add praat

2016-09-02 Thread ng0
Brendan Tildesley writes: > Please discard the first patch and consider this updated version. I was > able to identify a timestamp and remove it, make the build reproducible. > Also, I have added all the licenses to the best of my ability, by which > I mean I ripped off the debian package. Praat

Re: Feedback, ideas, discussion: tracking patches, discussions, bugs.

2016-09-02 Thread Alex Vong
ng0 writes: > Alex Vong writes: > >> Hi, >> >> >> I think I share the same concern as you do, currently the mailing list >> is too crowded and it is difficult to find the relevant bit. Below are >> my opinions on it: >> >> >> While it may not be as user-friendly as web-based bug tracker these >>

Re: [PATCH] gnu: awesome: Update to 3.5.9.

2016-09-02 Thread ng0
Hi, Thanks for your patches. It works, I'm currently using this patchset. Some minor improvements can be made (comments style) which in my opinion the person commiting your patch can apply. awesome v3.5.9 (Mighty Ravendark) • Build: Sun Mar 06 14:05:54Z 2016 for x86_64 by gcc version 4.9.3 (@) •

Re: State of maven build system, gradle and Apache commens

2016-09-02 Thread Hartmut Goebel
Am 02.09.2016 um 09:47 schrieb Ricardo Wurmus: > This should not be on the CLASSPATH. The “ant-build-system” sets > CLASSPATH to the result of running “generate-classpath” on all inputs. > Currently, all this does it add any and all “.jar” files to the > CLASSPATH. To keep “jar” itself out, the r

Re: Info Typo

2016-09-02 Thread ng0
Hi, Kete Foy writes: > Thanks Leo, I found another one in 4.2.2: simlpy. Does anyone want to > teach me how to submit a patch? We have some information on this in "Contributing" section of the manual. Can you ask specific questions where you need help to get started, where are you stuck? > Leo

[PATCH 21/23] gnu: Add ghc-directory.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-directory): New variable. --- gnu/packages/haskell.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 40122d9..ced3626 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/hask

[PATCH 14/23] gnu: Add ghc-tar.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-tar): New variable. --- gnu/packages/haskell.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index b90f53b..6e56fe3 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/

[PATCH 19/23] gnu: Add ghc-bytestring.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-bytestring): New variable. --- gnu/packages/haskell.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 65eebbd..ca6d59a 100644 --- a/gnu/packages/haskell.scm +++ b/

[PATCH 23/23] gnu: Add ghc-wl-pprint-text.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-wl-pprint-text): New variable. --- gnu/packages/haskell.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 9aa19d8..9e6d833 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/package

[PATCH 22/23] gnu: Add ghc-process.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-process): New variable. --- gnu/packages/haskell.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index ced3626..9aa19d8 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell

[PATCH 17/23] gnu: Add ghc-patience.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-patience): New variable. --- gnu/packages/haskell.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index e2ae5de..1511dbd 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/ha

[PATCH 16/23] gnu: Add ghc-findbin.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-findbin): New variable. --- gnu/packages/haskell.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index f2b4a5e..e2ae5de 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/hask

[PATCH 20/23] gnu: Add ghc-colour.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-colour): New variable. --- gnu/packages/haskell.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index ca6d59a..40122d9 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskel

[PATCH 13/23] gnu: Add ghc-bytestring-handle.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-bytestring-handle): New variable. --- gnu/packages/haskell.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 8f6612d..b90f53b 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/p

[PATCH 06/23] gnu: Add ghc-terminfo.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-terminfo): New variable. --- gnu/packages/haskell.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 6700b51..f3d43c4 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/hask

[PATCH 18/23] gnu: Add ghc-monads-tf.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-monads-tf): New variable. --- gnu/packages/haskell.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 1511dbd..65eebbd 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/ha

[PATCH 12/23] gnu: Add ghc-sandi.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-sandi): New variable. --- gnu/packages/haskell.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 7208fb4..8f6612d 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/h

[PATCH 15/23] gnu: Add ghc-transformers.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-transformers): New variable. --- gnu/packages/haskell.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 6e56fe3..f2b4a5e 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/pa

[PATCH 11/23] gnu: Add ghc-tasty-th.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-tasty-th): New variable. --- gnu/packages/haskell.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 421d3a8..7208fb4 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/hask

[PATCH 03/23] gnu: ghc-cryptonite: Update to 0.19.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-cryptonite): Update to 0.19. --- gnu/packages/haskell.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 3934c17..6fda9d8 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/hask

[PATCH 10/23] gnu: Add ghc-regex-compat-tdfa.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-regex-compat-tdfa): New variable. --- gnu/packages/haskell.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 0b4ad6a..421d3a8 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/

[PATCH 07/23] gnu: Add ghc-haskeline.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-haskeline): New variable. --- gnu/packages/haskell.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index f3d43c4..8c6aee0 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/

[PATCH 09/23] gnu: Add ghc-regex-tdfa.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-regex-tdfa): New variable. --- gnu/packages/haskell.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index d65bece..0b4ad6a 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/

[PATCH 08/23] gnu: Add ghc-regex-applicative.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-regex-applicative): New variable. --- gnu/packages/haskell.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 8c6aee0..d65bece 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/

[PATCH 02/23] gnu: Add ghc-binary.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-binary): New variable. --- gnu/packages/haskell.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index edb098a..3934c17 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packag

[PATCH 05/23] gnu: Add ghc-data-ordlist.

2016-09-02 Thread ng0
* gnu/packages/haskell.scm (ghc-data-ordlist): New variable. --- gnu/packages/haskell.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 1b6e788..6700b51 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/ha

  1   2   >