[PATCH v2 10/13] gnu: Add cl-clx.

2016-10-02 Thread Andy Patterson
* gnu/packages/lisp.scm (cl-clx, sbcl-clx, ecl-clx): New variables. * gnu/packages/patches/clx-remove-demo.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. --- gnu/local.mk | 1 + gnu/packages/lisp.scm | 45 +

[PATCH v2 09/13] gnu: Add cl-ppcre.

2016-10-02 Thread Andy Patterson
* gnu/packages/lisp.scm (cl-ppcre, sbcl-cl-pprcre, ecl-cl-pprcre): New variables. --- gnu/packages/lisp.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index b83e63f..84457eb 100644 --- a/gnu/packages/lisp.scm ++

[PATCH v2 12/13] gnu: Add cl-slynk.

2016-10-02 Thread Andy Patterson
* gnu/packages/lisp.scm (cl-slynk, sbcl-slynk, ecl-slynk): New variables. --- gnu/packages/lisp.scm | 283 ++ 1 file changed, 283 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 3a59c86..05c3101 100644 --- a/gnu/pack

[PATCH v2 13/13] gnu: Add sbcl-stumpwm-with-slynk.

2016-10-02 Thread Andy Patterson
* gnu/packages/lisp.scm (sbcl-stumpwm+slynk): New variable. --- gnu/packages/lisp.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 05c3101..52903d1 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@

[PATCH v2 01/13] build-system: Add asdf-build-system.

2016-10-02 Thread Andy Patterson
* guix/build-system/asdf.scm: New file. * guix/build/asdf-build-system.scm: New file. * guix/build/lisp-utils.scm: New file. * Makefile.am: Add them. * doc/guix.texi: Add section on 'asdf-build-system/source'. --- Makefile.am | 3 + doc/guix.texi| 60 +++

[PATCH v2 06/13] gnu: Add cl-bordeaux-threads.

2016-10-02 Thread Andy Patterson
* gnu/packages/lisp.scm (cl-bordeaux-threads, sbcl-bordeaux-threads) (ecl-bordeaux-threads): New variables. --- gnu/packages/lisp.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 513034c..5d2a03b 100644 ---

[PATCH v2 11/13] gnu: Add cl-stumpwm.

2016-10-02 Thread Andy Patterson
* gnu/packages/lisp.scm (cl-stumpwm, sbcl-stumpwm, ecl-stumpwm): New variables. --- gnu/packages/lisp.scm | 64 +++ 1 file changed, 64 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index fa7f727..3a59c86 100644 --- a/gnu

[PATCH v2 02/13] gnu: sbcl: Honour XDG_DATA_DIRS.

2016-10-02 Thread Andy Patterson
* gnu/packages/lisp.scm (asdf-substitutions): New variable. (sbcl) [source]: Add snippet. [native-search-paths]: Add XDG_DATA_DIRS. --- gnu/packages/lisp.scm | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index

[PATCH v2 07/13] gnu: Add cl-trivial-gray-streams.

2016-10-02 Thread Andy Patterson
* gnu/packages/lisp.scm (cl-trivial-gray-streams) (sbcl-trivial-gray-streams, ecl-trivial-gray-streams): New variables. --- gnu/packages/lisp.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 5d2a03b..712

[PATCH v2 04/13] gnu: Add cl-alexandria.

2016-10-02 Thread Andy Patterson
* gnu/packages/lisp.scm (cl-alexandria, sbcl-alexandria) (ecl-alexandria): New variables. --- gnu/packages/lisp.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 59086e6..dd17bce 100644 --- a/gnu/packages/l

[PATCH v2 08/13] gnu: Add cl-flexi-streams.

2016-10-02 Thread Andy Patterson
* gnu/packages/lisp.scm (cl-flexi-streams, sbcl-flexi-streams) (ecl-flexi-streams): New variables. --- gnu/packages/lisp.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 712075a..b83e63f 100644 --- a/gnu/p

[PATCH v2 05/13] gnu: Add cl-fiveam.

2016-10-02 Thread Andy Patterson
* gnu/packages/lisp.scm (cl-fiveam, sbcl-fiveam, ecl-fiveam): New variables. --- gnu/packages/lisp.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index dd17bce..513034c 100644 --- a/gnu/packages/lisp.scm +++ b/g

[PATCH v2 03/13] gnu: ecl: Honour XDG_DATA_DIRS.

2016-10-02 Thread Andy Patterson
* gnu/packages/lisp.scm (ecl)[source]: Add snippet. [native-search-paths]: Add XDG_DATA_DIRS. --- gnu/packages/lisp.scm | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 1311a7d..59086e6 100644 --- a/gnu/packages/lis

[PATCH v2 00/13]: Add asdf-build-system.

2016-10-02 Thread Andy Patterson
Here's the next round of the series. In addition to the changes proposed by 宋文武, I homogenized the phases of the compiled packages, in order to simplify transformations. I also added a package transformer system similar to package-with-python2. Finally, I decided to have all packages bundle a copy

Re: [PATCH 0/12]: Add asdf-build-system.

2016-10-02 Thread Andy Patterson
Hi 宋文武. Thanks for your suggestions! On Fri, 30 Sep 2016 19:45:18 +0800 iyzs...@member.fsf.org (宋文武) wrote: > I'd like to suggest 2 changes: > > - Name generic (source) packages with 'cl-...', and specified > (compiled) packages with 'sbcl-...', 'ecl-...', etc. Same with our > python and perl p

Re: [PATCH] Fix artanis paths

2016-10-02 Thread Adonay Felipe Nogueira
I have sent a patch that tries to fix the issue. See: -- # pt-BR: Brasileiro | en: Brazilian * pt-BR: Palestra sobre liberdade de software (movimento filosófico político-social, não tecnológico). * en: Gives talks about software freedom (philo

Re: [PATCH] openssh service

2016-10-02 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Julien Lepiller skribis: [...] >> From cf879a47c8f9b0733fac906cd4bd28dc646aa9fb Mon Sep 17 00:00:00 2001 >> From: Julien Lepiller >> Date: Fri, 5 Aug 2016 15:20:15 +0200 >> Subject: [PATCH] services: Add openssh >> >> * gnu/packages/ssh.scm: Openssh re

Re: [PATCH] gnu: rottlog: rotate messages daily.

2016-10-02 Thread Ludovic Courtès
Jan Nieuwenhuizen skribis: > From f4b03963d6ba6a232fca4ed749695423547d0ad5 Mon Sep 17 00:00:00 2001 > From: Jan Nieuwenhuizen > Date: Thu, 8 Sep 2016 01:20:43 +0200 > Subject: [PATCH] gnu: services: add rottlog. > > * gnu/services/admin.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add i

[PATCH] gnu: Make "guix-devel" a public variable in package-management.scm

2016-10-02 Thread Chris Marusich
Hi, Here's a patch to address the following issue ('guix environment guix doesn't provide guix dependencies'): https://lists.gnu.org/archive/html/guix-devel/2016-09/msg02118.html I signed the commit with my GPG key, but it seems that 'git format-patch' doesn't include the signature. If you know

libarchive security fixes (was Re: Core-updates timeline)

2016-10-02 Thread Leo Famulari
On Sun, Oct 02, 2016 at 02:50:34PM -0400, Leo Famulari wrote: > On Sun, Oct 02, 2016 at 03:38:58PM +0200, Ludovic Courtès wrote: > > We could wait an additional day for libarchive if it’s more convenient, > > but maybe not longer than that. > > > > What do you think would be the most convenient ap

Re: [PATCH 00/14] Change python-build-system (fixes bug 20765)

2016-10-02 Thread Marius Bakke
On 2 October 2016 19:01:38 BST, Leo Famulari wrote: >On Sun, Oct 02, 2016 at 07:31:01PM +0200, Hartmut Goebel wrote: >> Am 02.10.2016 um 16:24 schrieb Ludovic Courtès: >> > >> >> Subject: [PATCH 2/2] guix: python-build-system: Import setuptools >before >> >> calling `setup.py'. >> >> >> >> This

Re: Core-updates timeline

2016-10-02 Thread Leo Famulari
On Sun, Oct 02, 2016 at 03:38:58PM +0200, Ludovic Courtès wrote: > Hi! > > Leo Famulari skribis: > > > On Sat, Oct 01, 2016 at 03:22:36PM +0200, Ludovic Courtès wrote: > >> I pushed simplified versions of these two patches as > >> 56ee1d2015e9b2c55d34f19c70b06eefe8a20c76 and > >> 156c0810e936413

Re: [PATCH 3/3] gnu: Add newlib-nano-arm-none-eabi.

2016-10-02 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/embedded.scm (newlib-nano-arm-none-eabi): New variable. > > [...] > >> +(define-public newlib-nano-arm-none-eabi >> + (package (inherit newlib-arm-none-eabi) >> +(name "newlib-nano") > > I think it should be “newlib-mini

Re: Pre-compiled .exe-files for other target-plaforms

2016-10-02 Thread Leo Famulari
On Sun, Oct 02, 2016 at 10:56:57AM +0200, Hartmut Goebel wrote: > Hi, > > I discovered that Python setuptools includes pre-compiled .exe files. > First I thought, these can be savely removed from the source. But when I > researched on this, I found [1] saying: " These installers can even be > crea

[PATCH 1/1] gnu: e2fsprogs: Disable parallel build.

2016-10-02 Thread Leo Famulari
* gnu/packages/linux.scm (e2fsprogs)[arguments]: Add #:parallel-build? #f. --- gnu/packages/linux.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 693558f..27233a9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/

[PATCH 0/1] Fix e2fsprogs build failure

2016-10-02 Thread Leo Famulari
On my machines, e2fsprogs fails to build with: "make[2]: *** No rule to make target '../lib/libss.so', needed by 'debugfs'. Stop." It works when I disable parallel builds. Leo Famulari (1): gnu: e2fsprogs: Disable parallel build. gnu/packages/linux.scm | 3 ++- 1 file changed, 2 insertions(

[PATCH 1/1] gnu: json-c: Update to 0.12.1.

2016-10-02 Thread Leo Famulari
* gnu/packages/web.scm (json-c): Update to 0.12.1. --- gnu/packages/web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 923b39e..b59496b 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -254,7 +254,7 @@ da

Re: [PATCH 00/14] Change python-build-system (fixes bug 20765)

2016-10-02 Thread Leo Famulari
On Sun, Oct 02, 2016 at 07:31:01PM +0200, Hartmut Goebel wrote: > Am 02.10.2016 um 16:24 schrieb Ludovic Courtès: > > > >> Subject: [PATCH 2/2] guix: python-build-system: Import setuptools before > >> calling `setup.py'. > >> > >> This is needed for packages using "distutils" instead of "setuptool

Re: Anyone working on encrypted root?

2016-10-02 Thread dian_cecht
On Sun, Oct 02, 2016 at 11:16:00AM +, ng0 wrote: > Hi, > > As far as I know Jookia was working on it at some point but current > workflow got them frustrated. > > If you search around the archives of guix-devel you'll find this thread: > https://lists.gnu.org/archive/html/guix-devel/2016-03/m

Re: [PATCH 00/14] Change python-build-system (fixes bug 20765)

2016-10-02 Thread Hartmut Goebel
Am 02.10.2016 um 16:24 schrieb Ludovic Courtès: > >> Subject: [PATCH 2/2] guix: python-build-system: Import setuptools before >> calling `setup.py'. >> >> This is needed for packages using "distutils" instead of "setuptools" >> since the former does not understand the >> "--single-version-external

Re: propagating inputs in ghc-* packages

2016-10-02 Thread Ricardo Wurmus
Eric Bavier writes: > Hello Ricardo, > > On 2016-09-30 04:24, Ricardo Wurmus wrote: >> Hi Guix, >> >> I’m in the middle of upgrading our Haskell packages. (Actually, I’m >> just yak shaving. I need “pandoc-citeproc” for “r-knitr”…) >> >> I noticed that upgrading Haskell packages is a pain in

Re: [PATCH 2/2] gnu: ghc-process: Replace reference to /bin/sh.

2016-10-02 Thread Federico Beffa
Ricardo Wurmus writes: > The importer should probably avoid adding standard packages to the > inputs. The importer does filter standard packages. The list may just have to be updated.

Re: propagating inputs in ghc-* packages

2016-10-02 Thread Federico Beffa
On Sun, Oct 2, 2016 at 6:21 AM, Ricardo Wurmus wrote: >> That sounds great! Just to be sure: you are saying that if you install >> any library (call it A) and the GHC compiler into your profile then you >> are able to compile your program (making use of library A) without >> also having to manuall

Re: [PATCH 1/2] gnu: Do not propagate inputs in haskell.scm.

2016-10-02 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/haskell.scm >> (ghc-streaming-commons)[propagated-inputs]: Move ghc-random... >> [inputs]: ...to here; remove ghc-async, add ghc-directory, add >> ghc-transformers; move ghc-quickcheck, ghc-hspec... >> [native-inputs]: ...to

Re: [PATCH 1/3] gnu: Add r-viridislite.

2016-10-02 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/statistics.scm (r-viridislite): New variable. > > [...] > >> * gnu/packages/statistics.scm (r-plotly): Update to 4.5.2. >> [propagated-inputs]: Remove r-plyr; remove r-viridis; add r-dplyr; add >> r-lazyeval; add r-purrr; add

Re: [PATCH 2/2] gnu: ghc-process: Replace reference to /bin/sh.

2016-10-02 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/haskell.scm (ghc-process)[arguments]: Add phases >> "patch-reference-to-/bin/sh" to replace reference to /bin/sh. > > OK! > > [...] > >> +;; Do not use this as an input. It is part of GHC. >> (define-public ghc-process > >

Re: [PATCH 00/14] Change python-build-system (fixes bug 20765)

2016-10-02 Thread Ludovic Courtès
Hi! Marius Bakke skribis: > Hartmut Goebel writes: > >> Am 28.09.2016 um 17:54 schrieb Marius Bakke: >>> Or push a branch somewhere? >> >> Branch is now available at >> > > Thanks a lot for doing this! > > After adding a couple of pat

Re: [PATCH 2/2] gnu: ghc-process: Replace reference to /bin/sh.

2016-10-02 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/haskell.scm (ghc-process)[arguments]: Add phases > "patch-reference-to-/bin/sh" to replace reference to /bin/sh. OK! [...] > +;; Do not use this as an input. It is part of GHC. > (define-public ghc-process Should it be private then? Ludo’.

Re: [PATCH 1/2] gnu: Do not propagate inputs in haskell.scm.

2016-10-02 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/haskell.scm > (ghc-streaming-commons)[propagated-inputs]: Move ghc-random... > [inputs]: ...to here; remove ghc-async, add ghc-directory, add > ghc-transformers; move ghc-quickcheck, ghc-hspec... > [native-inputs]: ...to here; add hspec-discover. [...] A

Re: Core-updates timeline

2016-10-02 Thread Ludovic Courtès
Hi! Leo Famulari skribis: > On Sat, Oct 01, 2016 at 03:22:36PM +0200, Ludovic Courtès wrote: >> I pushed simplified versions of these two patches as >> 56ee1d2015e9b2c55d34f19c70b06eefe8a20c76 and >> 156c0810e936413ac554e2883343b3b40695cfdc. >> >> I think this was the last non-bug-fix change fo

Re: kdesu security update needed

2016-10-02 Thread Ludovic Courtès
David Craven skribis: > One question that wasn't answered yet in your description and the > manual is how the linter detects when a package is patched. I assume > it looks at the applied patch names see if they contain a CVE code? Exactly: it checks the version number and the name of the applied

Re: CPU-specific builds

2016-10-02 Thread Ludovic Courtès
Hi Ben, Ben Woodcroft skribis: > Currently, we build a single set of x86_64 packages assuming SSE but > not SSE2 instructions, but sometimes it would be nice to use more > recent instructions like AVX. Isn’t SSE2 part of the x86_64 base spec? I always forget. > So I'm wondering if there is so

Re: [PATCH 1/3] gnu: Add r-viridislite.

2016-10-02 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/statistics.scm (r-viridislite): New variable. [...] > * gnu/packages/statistics.scm (r-plotly): Update to 4.5.2. > [propagated-inputs]: Remove r-plyr; remove r-viridis; add r-dplyr; add > r-lazyeval; add r-purrr; add r-tibble; add r-viridislite. [...]

Re: [PATCH 00/14] Change python-build-system (fixes bug 20765)

2016-10-02 Thread Hartmut Goebel
Hi, Am 02.10.2016 um 11:05 schrieb Hartmut Goebel: > What about adding a flag #;use-setuptools, which defaults to #t? I just pushed to - Marius' changes - updated shim-code - Add option "#:use-setuptools?" (default true). - Fix for scons

Re: Anyone working on encrypted root?

2016-10-02 Thread ng0
Hi, dian_ce...@zoho.com writes: > Hello, > > I'm currently looking to try GuixSD on my laptop, and for that I use full > disk encryption. The reason I'm emailing this list is to see if anyone is > currently working on encrypted root and if they need someone to help testing. As far as I know

Re: Kallithea - looking for someone to take over.

2016-10-02 Thread ng0
ng0 writes: > Ludovic Courtès writes: > >> Hello! >> >> ng0 skribis: >> >>> I worked on kallithea-scm, while I am very close to finishing it I'd >>> like to let someone else finish this if possible. >> >> Brave endeavor, looks like you went pretty far! >> >> If you haven’t done it yet, could yo

[PATCH 14/18] gnu: Add python2-babel-1.3.

2016-10-02 Thread ng0
* gnu/packages/python.scm (python2-babel-1.3): New variabel. --- gnu/packages/python.scm | 13 + 1 file changed, 13 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7637c0c..0fccf1f 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@

[PATCH 07/18] gnu: Add python-repoze.lru.

2016-10-02 Thread ng0
* gnu/packages/python.scm (python-repoze.lru): New variable. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 37a8010..61c97e2 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages

[PATCH 17/18] gnu: Add python2-kombu-1.

2016-10-02 Thread ng0
* gnu/packages/python.scm (python2-kombu-1): New variable. --- gnu/packages/python.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ef14ca4..de674f3 100644 --- a/gnu/packages/python.scm +++ b/gnu/pa

[PATCH 16/18] gnu: Add python-amqplib.

2016-10-02 Thread ng0
* gnu/packages/python.scm (python-amqplib): New variable. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 1bdce65..ef14ca4 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/py

[PATCH 12/18] gnu: Add python-docutils-0.11.

2016-10-02 Thread ng0
* gnu/packages/python.scm (python-docutils-0.11): New variable. --- gnu/packages/python.scm | 16 1 file changed, 16 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 12da100..9c798d7 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.

[PATCH 10/18] gnu: Add python-urlobject.

2016-10-02 Thread ng0
* gnu/packages/python.scm (python-urlobject): New variable. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 3009cd8..a5de01e 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/pyt

[PATCH 15/18] gnu: Add python-pyparsing-1.5.0.

2016-10-02 Thread ng0
* gnu/packages/python.scm (python-pyparsing-1.5.0): New variable. --- gnu/packages/python.scm | 13 + 1 file changed, 13 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0fccf1f..1bdce65 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.s

Add most of the Kallithea (SCM) dependencies

2016-10-02 Thread ng0
[PATCH 01/18] gnu: Add python-geventhttpclient. [PATCH 02/18] gnu: Add python-fastimport. [PATCH 03/18] gnu: Add python-dulwich. [PATCH 04/18] gnu: Add mercurial@3.7.3. This version, like every maybe older version I packaged here, are hardcoded by kallithea and required. As I was confused a

[PATCH 13/18] gnu: Add python-markdown-2.2.1.

2016-10-02 Thread ng0
* gnu/packages/python.scm (python-markdown-2.2.1): New variable. --- gnu/packages/python.scm | 18 ++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9c798d7..7637c0c 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/pyth

[PATCH 03/18] gnu: Add python-dulwich.

2016-10-02 Thread ng0
From: ng0 * gnu/packages/python.scm (python-dulwich): New variable. --- gnu/packages/python.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 001545e..02f718a 100644 --- a/gnu/packages/python.scm +

[PATCH 09/18] gnu: Add python-routes-1.13.

2016-10-02 Thread ng0
* gnu/packages/python.scm (python-routes-1.13): New variable. --- gnu/packages/python.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6fea678..3009cd8 100644 --- a/gnu/packages/python.scm +++ b/gnu/packa

[PATCH 11/18] gnu: Add python-urlobject-2.3.4.

2016-10-02 Thread ng0
* gnu/packages/python.scm (python-urlobject-2.3.4): New variable. --- gnu/packages/python.scm | 19 +++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a5de01e..12da100 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/py

[PATCH 05/18] gnu: Add python2-mysql-python.

2016-10-02 Thread ng0
From: ng0 * gnu/packages/python.scm (python2-mysql-python): New variable. --- gnu/packages/python.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 02f718a..67b35aa 100644 --- a/gnu/packages/python.scm +

[PATCH 04/18] gnu: Add mercurial@3.7.3.

2016-10-02 Thread ng0
From: ng0 * gnu/packages/version-control.scm (mercurial@3.7.3): New variable. --- gnu/packages/version-control.scm | 12 1 file changed, 12 insertions(+) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 29559bd..14b4dab 100644 --- a/gnu/package

[PATCH 02/18] gnu: Add python-fastimport.

2016-10-02 Thread ng0
From: ng0 * gnu/packages/python.scm (python-fastimport): New variable. --- gnu/packages/python.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d18aa79..001545e 100644 --- a/gnu/packages/python.scm +++ b/gn

[PATCH 01/18] gnu: Add python-geventhttpclient.

2016-10-02 Thread ng0
From: ng0 * gnu/packages/python.scm (python-geventhttpclient): New variable. --- gnu/packages/python.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e2e1ec2..d18aa79 100644 --- a/gnu/packages

[PATCH 08/18] gnu: Add python-routes.

2016-10-02 Thread ng0
* gnu/packages/python.scm (python-routes): New variable. --- gnu/packages/python.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 61c97e2..6fea678 100644 --- a/gnu/packages/python.scm +++ b/gnu/packa

[PATCH 06/18] gnu: Add python-dulwich-0.9.9.

2016-10-02 Thread ng0
* gnu/packages/python.scm (python-dulwich-0.9.9): New variable. --- gnu/packages/python.scm | 31 ++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 67b35aa..37a8010 100644 --- a/gnu/packages/python.

Re: Adding packages with vulnerabilities (was Re: [PATCH 1/2] gnu: Add perl-net-psyc. [pcre])

2016-10-02 Thread ng0
ng0 writes: > Leo Famulari writes: > >> On Thu, Sep 29, 2016 at 08:58:29AM +, ng0 wrote: >>> Leo Famulari writes: >>> > On Wed, Sep 21, 2016 at 06:46:31PM +, ng0 wrote: >>> >> Subject: [PATCH 1/2] gnu: Add psyclpc. >>> >> >>> >> * gnu/packages/psyc.scm (psyclpc): New variable. >> >>> >

Re: [PATCH 1/4] gnu: Add perl-net-psyc.

2016-10-02 Thread ng0
Leo Famulari writes: > On Thu, Sep 29, 2016 at 10:38:07AM +, ng0 wrote: >> * gnu/packages/psyc.scm: New file. >> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > >> +(source >> + (origin >> + (method url-fetch) >> + (uri (string-append "http://perl.psyc.eu/"; >> +

Re: Adding packages with vulnerabilities (was Re: [PATCH 1/2] gnu: Add perl-net-psyc. [pcre])

2016-10-02 Thread ng0
Leo Famulari writes: > On Thu, Sep 29, 2016 at 08:58:29AM +, ng0 wrote: >> Leo Famulari writes: >> > On Wed, Sep 21, 2016 at 06:46:31PM +, ng0 wrote: >> >> Subject: [PATCH 1/2] gnu: Add psyclpc. >> >> >> >> * gnu/packages/psyc.scm (psyclpc): New variable. > >> >> +(inputs >> >> +

Re: [PATCH 2/2] gnu: Add gnome-clocks.

2016-10-02 Thread Hartmut Goebel
Hi, Am 01.10.2016 um 14:38 schrieb rennes: > this patch is gnome-clocks application. Thanks for these patches. Please put both of them into gnu/packages/gnome.scm, since they are gnome-related. We do not add a file for each package. -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISS

Re: [PATCH] gnu: Add sunxi-tools.

2016-10-02 Thread Danny Milosavljevic
Hi, On Sun, 2 Oct 2016 11:57:38 +0200 Vincent Legoll wrote: > Maybe just add a quick note in the package description telling > those are missing, to avoid people wondering To be clear: these were not installed in the first place. They are (debug) images you can put on an SD card to boot the tar

[PATCH v2] gnu: Add sunxi-tools.

2016-10-02 Thread Danny Milosavljevic
* gnu/packages/admin.scm (sunxi-tools): New variable. --- gnu/packages/admin.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 6981242..06c552f 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admi

Re: [PATCH] gnu: Add sunxi-tools.

2016-10-02 Thread Vincent Legoll
Hello, > There are also build instructions how to build those contained > in the source code as comment at the top, for example in which > is included. I don't think a normal user needs those (and I never > needed those). I'd just omit them. Maybe just add a quick note in the package description

Re: [PATCH] gnu: Add sunxi-tools.

2016-10-02 Thread Danny Milosavljevic
Hi Leo, On Sat, 1 Oct 2016 21:54:41 -0400 Leo Famulari wrote: > On Thu, Sep 29, 2016 at 01:02:04PM +0200, Danny Milosavljevic wrote: > > > > * gnu/packages/admin.scm (sunxi-tools): New variable. > > What's the story with the 'bin/' [0] directory? I'm not familiar with > these file types. Acc

Re: [PATCH 00/14] Change python-build-system (fixes bug 20765)

2016-10-02 Thread Hartmut Goebel
Am 02.10.2016 um 04:46 schrieb Leo Famulari: >> > I will test a few packages and, if they work, I plan to create a >> > python-build-system job on Hydra and try building it the entire package >> > tree (assuming that Hydra has the capacity). > I underestimated the impact of this change. Just lookin

Re: [PATCH 00/14] Change python-build-system (fixes bug 20765)

2016-10-02 Thread Hartmut Goebel
Am 02.10.2016 um 04:27 schrieb Leo Famulari: > I will test a few packages and, if they work, I plan to create a > python-build-system job on Hydra and try building it the entire > package tree (assuming that Hydra has the capacity). Please note that you need to add Marius' patches [1] to make th

Re: [PATCH 00/14] Change python-build-system (fixes bug 20765)

2016-10-02 Thread Hartmut Goebel
Am 30.09.2016 um 16:39 schrieb Marius Bakke: > After adding a couple of patches I'm able to build many python packages. Thanks for sharing. Sorry that you need #1 at all. I should have tested my code another time prior to posting the patch. > Patch #2 mostly emulates NixOS "shim" setup.py[0], req

Pre-compiled .exe-files for other target-plaforms

2016-10-02 Thread Hartmut Goebel
Hi, I discovered that Python setuptools includes pre-compiled .exe files. First I thought, these can be savely removed from the source. But when I researched on this, I found [1] saying: " These installers can even be created on Unix platforms or Mac OS X." This means, these .exe files have to be

Re: propagating inputs in ghc-* packages

2016-10-02 Thread Ricardo Wurmus
Federico Beffa writes: >>> Ricardo Wurmus writes: >>> Hi Guix, I’m in the middle of upgrading our Haskell packages. (Actually, I’m just yak shaving. I need “pandoc-citeproc” for “r-knitr”…) I noticed that upgrading Haskell packages is a pain in the neck because >

Anyone working on encrypted root?

2016-10-02 Thread dian_cecht
Hello, I'm currently looking to try GuixSD on my laptop, and for that I use full disk encryption. The reason I'm emailing this list is to see if anyone is currently working on encrypted root and if they need someone to help testing.