[PATCH v2] gnu: Add rust

2016-09-06 Thread Eric Le Bihan
* gnu/packages/rust.scm(rust): New variable. Signed-off-by: Eric Le Bihan --- gnu/packages/rust.scm | 143 ++ 1 file changed, 143 insertions(+) create mode 100644 gnu/packages/rust.scm diff --git

[PATCH] Add Zsh completion file.

2016-09-06 Thread Eric Le Bihan
* etc/completion/zsh/_guix: New file. * Makefile.am (dist_zshcompletion_DATA): New variable. * configure.ac: Add --with-zsh-completion-dir. Signed-off-by: Eric Le Bihan --- Makefile.am | 3 + configure.ac | 7 + etc/completion/zsh/_guix

Re: [PATCH 36/43] gnu: Add ghc-chell-quickcheck-bootstrap.

2016-09-06 Thread Leo Famulari
On Tue, Sep 06, 2016 at 10:24:16PM +, ng0 wrote: > Leo Famulari writes: > > > On Sun, Sep 04, 2016 at 04:17:35PM +, ng0 wrote: > >> * gnu/packages/haskell.scm (ghc-chell-quickcheck-bootstrap): New variable. > > > >> +(arguments > >> + `(#:tests? #f)) > > > >

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

2016-09-06 Thread Leo Famulari
On Tue, Sep 06, 2016 at 10:22:42PM +, ng0 wrote: > Leo Famulari writes: > > > On Sun, Sep 04, 2016 at 04:17:18PM +, ng0 wrote: > >> * gnu/packages/haskell.scm (ghc-bytestring): New variable. > > > >> +(arguments > >> + `(#:tests? #f)) ; Test number two becomes

Re: GSoC NPM

2016-09-06 Thread Catonano
Hi Jelle, I tried to import jquery with the last version of your code This is the resulting expression (they are a lot, this is just one) (define-public node-jquery (package (name "node-jquery") (version "3.1.0") (source (origin (method url-fetch) (uri "

Re: [PATCH 36/43] gnu: Add ghc-chell-quickcheck-bootstrap.

2016-09-06 Thread ng0
Leo Famulari writes: > On Sun, Sep 04, 2016 at 04:17:35PM +, ng0 wrote: >> * gnu/packages/haskell.scm (ghc-chell-quickcheck-bootstrap): New variable. > >> +(arguments >> + `(#:tests? #f)) > > This will need a comment explaining why. Isn't the long comment some

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

2016-09-06 Thread ng0
Leo Famulari writes: > On Sun, Sep 04, 2016 at 04:17:18PM +, ng0 wrote: >> * gnu/packages/haskell.scm (ghc-bytestring): New variable. > >> +(arguments >> + `(#:tests? #f)) ; Test number two becomes non-responsive for 20+ >> minutes > > I have used `strace -f` to

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

2016-09-06 Thread ng0
Eric Bavier writes: > On Sun, 4 Sep 2016 16:17:06 + > ng0 wrote: > >> * gnu/packages/haskell.scm (ghc-haskeline): New variable. >> --- >> gnu/packages/haskell.scm | 25 + >> 1 file changed, 25 insertions(+) >>

Re: [PATCH] gnu: Add pybitmessage, [PATCH] gnu: Add python2-pyqt-4, [PATCH] gnu: gnu: messaging: Use license: prefix.

2016-09-06 Thread ng0
ng0 writes: > Upstream Bugreport: > https://github.com/Bitmessage/PyBitmessage/issues/897 So we know this won't be fixed soon and that their priorities weird for a software of this kind. I think we have software with more problematic issues packaged, so considering

Re: GSoC NPM

2016-09-06 Thread Christopher Allan Webber
Ludovic Courtès writes: > I haven’t looked at the code but, as discussed at the GHM, I think that > importing CoffeeScript and especially finding the right path in this > maze of dependencies and versions to bootstrap it is an achievement. > > It provides a concrete illustration of how hard it is

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

2016-09-06 Thread Björn Höfling
On Tue, 6 Sep 2016 09:32:53 +0200 Hartmut Goebel wrote: > Am 06.09.2016 um 00:15 schrieb Björn Höfling: [..] > > How do you proceed? Do you have an issue raised where we can share > > knowledge/coordinate next steps? > > I'll convert my intermediate results into

Re: [PATCH] gnu: Add gzstream.

2016-09-06 Thread Efraim Flashner
On Wed, Aug 31, 2016 at 01:53:59PM +0100, Marius Bakke wrote: > Eric Bavier writes: > > > Thanks for the patch! Comments below: > > > > On Tue, 30 Aug 2016 19:17:14 +0100 > > Marius Bakke wrote: > > > >> From

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

2016-09-06 Thread Leo Famulari
On Thu, Sep 01, 2016 at 02:33:57PM +0200, Danny Milosavljevic wrote: > gnu: Add mtd-utils. > > * gnu/packages/linux.scm (mtd-utils): New variable. Thanks for this patch! I made some adjustments, as attached. I imported the acl module, used #:make-flags to set PREFIX, and made a minor

Re: [l...@gnu.org: Re: [PATCH] Re: syntax check before commit and patch: net-perl-psyc]

2016-09-06 Thread ng0
Hi, Efraim Flashner writes: > [ Unknown signature status ] > Looks like ludo forgot to include you when he sent this email > > -- > Efraim Flashner אפרים פלשנר > GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 > Confidentiality

Re: [PATCH] service: Honor #:log-file in make-forkexec-constructor.

2016-09-06 Thread David Craven
>> Not syslog, but helps with debugging... > That definitely helps - however, in the long run, I think that using syslog > is better. I agree, but someone has to write it... > Syslog does the splitting up in different files (or not) and onto different > machines > (or not), filtering (or

Re: [PATCH][v2] gnu: Add perl-curses

2016-09-06 Thread ng0
Hi, Efraim Flashner writes: > [ Unknown signature status ] > On Fri, Aug 19, 2016 at 01:36:27PM +, ng0 wrote: >> Okay, when I build this without "FORMS" it succeeds. Works for me. >> > >> From a72020974650298e89b82abda8e07f722f7cf32c Mon Sep 17 00:00:00 2001 >> From:

Re: [PATCH] updated: gnu: add asn1c

2016-09-06 Thread Leo Famulari
On Thu, Sep 01, 2016 at 05:16:12PM +0200, Hartmut Goebel wrote: > * gnu/packages/tsl.scm (asn1c): New variable. Thanks! Pushed after changing the commit message with s/tsl/tls

Superseded packages

2016-09-06 Thread Ludovic Courtès
Hi! l...@gnu.org (Ludovic Courtès) skribis: > I had an idea to use a ‘superseded’ entry in ‘properties’ that would > tell ‘guix package’ et al. to upgrade to the new package: > > (package > (name "attic") > ;; … > (properties `((superseded . ,borg This is now implemented both

Re: [PATCH] gnu: Add eschalot.

2016-09-06 Thread Leo Famulari
On Tue, Aug 30, 2016 at 06:45:35PM +, ng0 wrote: > From 5eea0ec3a7b1f94912f18e32d3e9bedff64f3ecb Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Fri, 26 Aug 2016 15:41:33 + > Subject: [PATCH] gnu: Add eschalot. > > * gnu/packages/crypto.scm (eschalot): New

Re: [PATCH] gnu: Add mash.

2016-09-06 Thread Leo Famulari
On Thu, Sep 01, 2016 at 11:00:39AM +0100, Marius Bakke wrote: > I had these in inputs initially and was surprised to see no references. > Both seems to be compiled into the final program[0]: when running "mash > info" on an invalid file (the provided data/refseq.msh), a generic > capnproto

Re: 01/01: gnu: go: Update to 1.7.

2016-09-06 Thread Leo Famulari
On Tue, Sep 06, 2016 at 07:14:32PM +, Efraim Flashner wrote: > gnu: go: Update to 1.7. > > * gnu/packages/golang.scm (go-1.6): Update to 1.7, with corresponding > minor changes to prebuild phase, and rename variable to... > (go-1.7): ...this new variable. > (go):

Re: 02/11: activation: Allow home directories to be created under /var/lib.

2016-09-06 Thread David Craven
>> + (mkdir-p "/var/lib") >‘mkdir’ should be enough. I initially used mkdir-p...

Re: [PATCH 1/1] Go: Update to 1.7

2016-09-06 Thread Efraim Flashner
On Sat, Aug 20, 2016 at 12:20:30PM +0200, Petter wrote: > On 2016-08-20 02:07, Leo Famulari wrote: > > On Wed, Aug 17, 2016 at 10:54:36AM -0500, Alex Griffin wrote: > > > Thanks for contributing! Your changes work for me, but it looks like > > > your mail client mangled the formatting of your

Re: [PATCH] service: Honor #:log-file in make-forkexec-constructor.

2016-09-06 Thread Danny Milosavljevic
On Tue, 6 Sep 2016 14:36:35 +0200 David Craven wrote: > Not syslog, but helps with debugging... That definitely helps - however, in the long run, I think that using syslog is better. Syslog does the splitting up in different files (or not) and onto different machines (or

Re: [PATCH] gnu: scribus: Update to 1.5.2.

2016-09-06 Thread Efraim Flashner
On Tue, Sep 06, 2016 at 05:09:07PM +0200, Hartmut Goebel wrote: > * gnu/packages/scribus.scm (scribus): Update to 1.5.2. > --- > gnu/packages/scribus.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/scribus.scm b/gnu/packages/scribus.scm > index

Re: [PATCH] gnu: lua-5.1: install pkg-config file.

2016-09-06 Thread Efraim Flashner
On Tue, Sep 06, 2016 at 02:40:46PM +0200, Danny Milosavljevic wrote: > Hi, > > it works for me (and has been adapted from the newer lua's patch where it > also worked) and it's necessary for celestia. > > No idea why it's still pending... Patch pushed! -- Efraim Flashner

Re: 02/11: activation: Allow home directories to be created under /var/lib.

2016-09-06 Thread Leo Famulari
On Tue, Sep 06, 2016 at 03:53:17PM +, David Craven wrote: > commit 6526d43ea4fb0cd151a0d5e9a072c651c1c963d1 > Author: David Craven > Date: Fri Aug 26 21:45:57 2016 +0200 > > activation: Allow home directories to be created under /var/lib. > > *

Re: "move-phase-after"?

2016-09-06 Thread Efraim Flashner
On Tue, Sep 06, 2016 at 10:03:34AM +0200, Hartmut Goebel wrote: > Hi, > > for some package I need to switch the install and check phase. Could > please someone point me to a function like "move-phase-after"? Thanks. > Check out python-cysignals in python.scm for mixing build systems. I know

Re: [PATCH 0/1] OpenSSL 1.1.0

2016-09-06 Thread Leo Famulari
On Tue, Sep 06, 2016 at 02:29:16PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > On Mon, Sep 05, 2016 at 10:35:09PM +0200, Ludovic Courtès wrote: > >> Seems like most of the arguments and phases are shared with ‘openssl’, > >> right? What about using

Re: [PATCH][v2] gnu: Add perl-curses

2016-09-06 Thread Efraim Flashner
On Fri, Aug 19, 2016 at 01:36:27PM +, ng0 wrote: > Okay, when I build this without "FORMS" it succeeds. Works for me. > > From a72020974650298e89b82abda8e07f722f7cf32c Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Fri, 19 Aug 2016 13:13:42 + > Subject: [PATCH

Re: 01/01: gnu: qemu: Update to 2.7.0 [fixes CVE-2016-7116].

2016-09-06 Thread Leo Famulari
On Tue, Sep 06, 2016 at 08:05:03PM +0300, Efraim Flashner wrote: > I pushed a fix to remove the 'disable-test-qga phase, since in all these > cases we already had #:tests? #f. Oh, right :) > At the same time I pushed an update to orc, which caused > gst-plugins-good on i686-linux to be rebuilt,

Re: 01/01: gnu: qemu: Update to 2.7.0 [fixes CVE-2016-7116].

2016-09-06 Thread Efraim Flashner
On Tue, Sep 06, 2016 at 03:34:21AM -0400, Leo Famulari wrote: > On Tue, Sep 06, 2016 at 12:35:29AM +, Leo Famulari wrote: > > commit 43bec6d06d8dcc4c0f865e492d370a8724bba2ce > > Author: Leo Famulari > > Date: Sun Sep 4 02:53:37 2016 -0400 > > > > gnu: qemu: Update

NPM and trusted binaries

2016-09-06 Thread Pjotr Prins
On Tue, Sep 06, 2016 at 11:48:04AM -0400, Thompson, David wrote: > On Sun, Sep 4, 2016 at 10:11 AM, Jan Nieuwenhuizen wrote: > > >* add --binary option to importer, sets (arguments (#:binary? #t)) > > This violates a core principle of Guix: reproducible builds. I don't >

Re: wip v2 u-boot support

2016-09-06 Thread David Craven
Hi Danny, Looks nice! I'll see if I can get guixsd to boot a beaglebone black I've got lying around, probably this weekend (maybe earlier, I'd like to finish my work on hawaii and plymouth first). It looks like getting qemu to boot guixsd on arm is harder than I expected... Thanks! David

Re: [PATCH 9/9] gnu: Add weston.

2016-09-06 Thread David Craven
Pushed. but just realized now that I should have pushed to core-updates, since it requires patches from core-updates. Most builds will probably fail until core-updates is merged... Sorry about that.

Re: GSoC NPM

2016-09-06 Thread Thompson, David
On Sun, Sep 4, 2016 at 10:11 AM, Jan Nieuwenhuizen wrote: >* add --binary option to importer, sets (arguments (#:binary? #t)) This violates a core principle of Guix: reproducible builds. I don't support patches that encourage using pre-built binaries. > As a first

[PATCH] gnu: scribus: Update to 1.5.2.

2016-09-06 Thread Hartmut Goebel
* gnu/packages/scribus.scm (scribus): Update to 1.5.2. --- gnu/packages/scribus.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/scribus.scm b/gnu/packages/scribus.scm index 72f3c57..d48051e 100644 --- a/gnu/packages/scribus.scm +++

[PATCH] services: Add kmscon service.

2016-09-06 Thread David Craven
* gnu/services/base.scm (, kmscon-shepherd-service, kmscon-service-type, kmscon-service): New variables. --- gnu/services/base.scm | 53 +++ 1 file changed, 53 insertions(+) diff --git a/gnu/services/base.scm b/gnu/services/base.scm index

[PATCH] services: Add login-service.

2016-09-06 Thread David Craven
* gnu/services/base.scm (%default-motd, , login-pam-service, login-serivce-type, login-service): New variables. (, mingetty-shepherd-service, mingetty-serivce-type): Remove motd. Remove allow-empty-passwords?. Remove mingetty-pam-service. (%base-services): Add login-service. Remove motd.

Re: "move-phase-after"?

2016-09-06 Thread Danny Milosavljevic
Maybe something like this (has NOT been tested): diff --git a/guix/build/utils.scm b/guix/build/utils.scm index 2988193..c2cf25d 100644 --- a/guix/build/utils.scm +++ b/guix/build/utils.scm @@ -517,6 +517,7 @@ following forms: (replace ) (add-before ) (add-after ) + (move-after )

Re: [PATCH] gnu: lua-5.1: install pkg-config file.

2016-09-06 Thread Danny Milosavljevic
Hi, it works for me (and has been adapted from the newer lua's patch where it also worked) and it's necessary for celestia. No idea why it's still pending...

Re: [PATCH] gnu: Add surfraw.

2016-09-06 Thread ng0
ng0 writes: > Problem(?): > > ng0@shadowwalker > /gnu/store/fvx31h4z9pf910f3ycdqlpv5z6ii7lx5-surfraw-2.2.9/bin$ ./surfraw > surfraw ERROR: couldn't find global config in > /gnu/store/fvx31h4z9pf910f3ycdqlpv5z6ii7lx5-surfraw-2.2.9/etc/xdg/surfraw/conf > or

Re: [PATCH] service: Honor #:log-file in make-forkexec-constructor.

2016-09-06 Thread David Craven
Not syslog, but helps with debugging...

[PATCH] service: Honor #:log-file in make-forkexec-constructor.

2016-09-06 Thread David Craven
* modules/shepherd/service.scm (exec-command): Redirect stdout and stderr to log-file. (fork+exec-command): Pass log-file to exec-command. (make-forkexec-constructor): Cleanup log-file. Pass log-file to fork+exec-command. * doc/shepherd.texi (@deffn): Update documentation. ---

Re: [PATCH 0/1] OpenSSL 1.1.0

2016-09-06 Thread Ludovic Courtès
Leo Famulari skribis: > On Mon, Sep 05, 2016 at 10:35:09PM +0200, Ludovic Courtès wrote: >> Seems like most of the arguments and phases are shared with ‘openssl’, >> right? What about using ‘substitute-keyword-arguments’ to reduce >> duplication? Or are you concerned about

Re: [PATCH] scripts: hash: Add --exclude-.git option.

2016-09-06 Thread Ludovic Courtès
Jan Nieuwenhuizen skribis: >> What about --exclude-vcs/-x? Tar uses that name, although with slightly >> different semantics (info "(tar) exclude"). > > Yes, I like this even better than my 2nd --exclude=FILE patch. I prefer --exclude-vcs too because that’s the main use case,

Re: [PATCH] scripts: hash: Add --exclude-.git option.

2016-09-06 Thread Ludovic Courtès
Vincent Legoll skribis: > On Mon, Sep 5, 2016 at 11:33 PM, Ludovic Courtès wrote: >> Hello! >> >> Jan Nieuwenhuizen skribis: >> >>> Added an -g/--exclude-.git option for guix hash. It is very specific: >>> it skips toplevel .git

Re: Tracking package submissions with Debbugs

2016-09-06 Thread David Craven
> Also Kallithea does have an issues tracker on their roadmap, but it is > not being worked on at the moment (I asked in their irc channel). > > At the same time I'm working on darcs, gogs and a go build-system and > all kinds of other things. From packaging I don't know what gitlab > wants as I

Re: [PATCH] gnu: vlc: Add inputs.

2016-09-06 Thread David Craven
> Sorry, I don't understand what do you mean by libinput-minimal? I didn't > add any packages with a "-minial" suffice. As for the necessities of > those dependencies, those dependencies are added one by one. The > procedure is as followed: > 1. I build from source and check for something like

[PATCH] gnu: Add surfraw.

2016-09-06 Thread ng0
* gnu/packages/web.scm (surfraw): New variable. --- gnu/packages/web.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 70bfd9e..20c7d12 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -3609,3

Re: [PATCH] gnu: Add surfraw.

2016-09-06 Thread ng0
Problem(?): ng0@shadowwalker /gnu/store/fvx31h4z9pf910f3ycdqlpv5z6ii7lx5-surfraw-2.2.9/bin$ ./surfraw surfraw ERROR: couldn't find global config in /gnu/store/fvx31h4z9pf910f3ycdqlpv5z6ii7lx5-surfraw-2.2.9/etc/xdg/surfraw/conf or $XDG_CONFIG_DIRS ng0@shadowwalker

Re: "move-phase-after"?

2016-09-06 Thread Danny Milosavljevic
Hi, On Tue, 6 Sep 2016 10:03:34 +0200 Hartmut Goebel wrote: > for some package I need to switch the install and check phase. Could > please someone point me to a function like "move-phase-after"? Thanks. I don't think this exists yet. See the

Re: [PATCH 2/3] guix: ant-build-system: add empty `tests` target to default build.xml.

2016-09-06 Thread Vincent Legoll
Hello, What about: if jar-file makes you generate a build.xml file, also remove the check phase... -- Vincent Legoll

Re: [PATCH] gnu: vlc: Add inputs.

2016-09-06 Thread Alex Vong
Hi David and Efraim, Thanks for the review. Efraim Flashner writes: > On Sat, Sep 03, 2016 at 06:15:48PM +0200, David Craven wrote: >> Hi Alex, >> >> I'm not sure we need all those dependencies =) Can you explain what >> they are for? If you are adding dependencies to

Re: [PATCH 1/1] Go: Update to 1.7

2016-09-06 Thread ng0
I just started working on this in my gogs-feature guix checkout, when Petter pointed me to this patch. Is it on someones todo inbox, or can someone commit it? The last comment reads like go is good to go. We'll find out about the sanitizing thing when someone with more go knownledge runs into

Re: [PATCHv2 1/2] gnu: Add wlc.

2016-09-06 Thread Tomáš Čech
I'm not sure if the silence in this thread means that patches are fine or forgotten so I'm sending new e-mail here. If there are no objections, I'll commit the patches at the end of the week. Best regards, S_W signature.asc Description: Digital signature

Re: Tracking package submissions with Debbugs

2016-09-06 Thread ng0
Ben Woodcroft writes: > Hi ng0, > > On 06/09/16 09:17, ng0 wrote: >>> Who wants to take on this? Any volunteers? >> On second note, my server is intentionally very minimal, so I have to >> look at if gitlab will be fully functional (email etc). > > Did you have any success

"move-phase-after"?

2016-09-06 Thread Hartmut Goebel
Hi, for some package I need to switch the install and check phase. Could please someone point me to a function like "move-phase-after"? Thanks. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you

Re: Using a function as build-step?

2016-09-06 Thread Hartmut Goebel
> Ludovic Courtès writes: > >> >> Like David, I would suggest creating a build-side module, say, (guix >> build java-utils), or maybe augmenting (guix build ant-build-system), >> and putting ‘install-javadoc’ in there (Ricardo?). > I agree. I did this. Patches to come later this

Re: 01/01: gnu: qemu: Update to 2.7.0 [fixes CVE-2016-7116].

2016-09-06 Thread Leo Famulari
On Tue, Sep 06, 2016 at 12:35:29AM +, Leo Famulari wrote: > commit 43bec6d06d8dcc4c0f865e492d370a8724bba2ce > Author: Leo Famulari > Date: Sun Sep 4 02:53:37 2016 -0400 > > gnu: qemu: Update to 2.7.0 [fixes CVE-2016-7116]. > > * gnu/packages/qemu.scm

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

2016-09-06 Thread Hartmut Goebel
Am 06.09.2016 um 00:15 schrieb Björn Höfling: > I'm interested in which version of maven do you start to create? Which > version(s) of the dependencies/plugins are you rebuilding? I started building the current version of maven, since the others are outdated and I did not want to rely on

Re: Using a function as build-step?

2016-09-06 Thread Ricardo Wurmus
Ludovic Courtès writes: > Hi! > > Hartmut Goebel skribis: > >> while packaging some java apache common packages, I found myself adding >> some build steps over and over again, like this one: >> >> (replace 'install >>(lambda*

Re: [PATCH 2/3] guix: ant-build-system: add empty `tests` target to default build.xml.

2016-09-06 Thread Hartmut Goebel
Am 05.09.2016 um 22:26 schrieb Danny Milosavljevic: > I see what you mean. But is it still possible to easily find out which > packages have tests and which haven't after your patch? We are talking about the case when #:jar-name is specified. Only in this case a build.xml will be generated.

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

2016-09-06 Thread Ricardo Wurmus
Hi Björn, > I'm interested in which version of maven do you start to create? Which > version(s) of the dependencies/plugins are you rebuilding? I decided to start with the latest and build as many dependencies as possible without Maven. I briefly considered packaging an older version but ran

Re: [PATCH] scripts: hash: Add --exclude-.git option.

2016-09-06 Thread Vincent Legoll
On Mon, Sep 5, 2016 at 11:33 PM, Ludovic Courtès wrote: > Hello! > > Jan Nieuwenhuizen skribis: > >> Added an -g/--exclude-.git option for guix hash. It is very specific: >> it skips toplevel .git directory. WDYT? > > Good idea! > >> From

Re: [PATCH] scripts: hash: Add --exclude-.git option.

2016-09-06 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: Hi! >> Added an -g/--exclude-.git option for guix hash. It is very specific: >> it skips toplevel .git directory. WDYT? > > Good idea! Thanks... > What about --exclude-vcs/-x? Tar uses that name, although with slightly > different semantics (info "(tar) exclude").

Prototype for using Guix with python packages

2016-09-06 Thread Christopher Baines
For a few months now, I've been assembling a prototype for how packages could be produced for software released as Python source distributions (sdists) [1]. I wanted to build something that was as useful as any similar tool. The functionality offered by pip [2] was something I looked at, as

[PATCH] gnu: Add mpop.

2016-09-06 Thread Arun Isaac
* gnu/packages/mail.scm (mpop): New variable. --- gnu/packages/mail.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 3c29a95..e397c26 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@

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

2016-09-06 Thread Björn Höfling
Hi Hartmut and Ricardo, On Thu, 1 Sep 2016 14:03:10 +0200 Ricardo Wurmus wrote: > > Hartmut Goebel writes: > > > is anyone working on this? (I'm lacking knowledge to help with maven > > or gradle, but could help with commons.) > > We