[PATCH] gnu: sqlite: Enable DBSTAT_VTAB.

2016-08-30 Thread David Craven
* gnu/packages/databases.scm (sqlite)[arguments]: Enable configure-flag -DSQLITE_ENABLE_DBSTAT_VTAB. --- gnu/packages/databases.scm | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index a04c375..ce51d28

[PATCH] gnu: sqlite: Update to 3.14.1.

2016-08-30 Thread David Craven
* gnu/packages/databases.scm (sqlite): Update to 3.14.1. --- gnu/packages/databases.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 3d2d130..a04c375 100644 --- a/gnu/packages/databases.scm +++

Re: [PATCH] gnu: Add telepathy-idle.

2016-08-30 Thread Kei Kebreau
Leo Famulari writes: > On Tue, Aug 30, 2016 at 03:14:35PM -0400, Kei Kebreau wrote: >> 2016-08-30 15:00 Hello all! Visitor from #guix here. >> 2016-08-30 15:01 For clarity's sake, the latest stable >> version of telepathy-idle is 0.2.0, yes? >>

Re: [PATCH]: Add bambam

2016-08-30 Thread Leo Famulari
On Tue, Aug 30, 2016 at 11:43:13PM +0300, Efraim Flashner wrote: > Subject: [PATCH] gnu: Add bambam. > > * gnu/packages/games.scm (bambam): New variable. Looks good! I had to use my phone to look up how to exit the game :p signature.asc Description: PGP signature

Re: [PATCH 2/3] gnu: Add wcslib

2016-08-30 Thread Leo Famulari
On Tue, Aug 30, 2016 at 09:21:11PM +0200, John Darrington wrote: > * gnu/packages/astronomy.scm (wcslib): New variable. LGTM

Re: [PATCH 1/3] gnu: Add cfitsio

2016-08-30 Thread Leo Famulari
On Tue, Aug 30, 2016 at 09:21:10PM +0200, John Darrington wrote: > + (uri (string-append > +"http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/; name version > +".tar.gz")) I would indent this based on (string-append). > + (add-after 'unpack 'replace-slash-bin I

Re: [PATCH 3/3] gnu: Add gnuastro

2016-08-30 Thread Leo Famulari
On Tue, Aug 30, 2016 at 09:21:12PM +0200, John Darrington wrote: > * gnu/packages/astronomy.scm (gnuastro): New variable. > +(source > + (origin I would shift this one column to the right, and the rest of (source) accordingly. > + (method url-fetch) > + (uri (string-append

Re: [PATCH 04/31] gnu: Add baloo.

2016-08-30 Thread David Craven
Thanks! Added the comments and pushed.

Re: [PATCH] import: hackage: default to https urls.

2016-08-30 Thread Efraim Flashner
On Tue, Aug 30, 2016 at 01:17:37PM +, ng0 wrote: > ng0 writes: > > > This patch updates the hackage importer so that `guix import hackage > > name' writes out a package definition which includes > > https://hackage.haskell.org by default. The home-page field was

Re: [PATCH 1/7] gnu: lua: Build with support for dynamic libraries.

2016-08-30 Thread Efraim Flashner
On Tue, Aug 30, 2016 at 10:44:24AM +0200, gno wrote: > > (damn, i keep forgetting adding guix devel to CC) > I just hit 'reply-all' and hope it works. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot

Re: [PATCH] gnu: emacs-neotree: Fix downloaded source file

2016-08-30 Thread Efraim Flashner
On Mon, Aug 29, 2016 at 12:33:57PM +, ng0 wrote: > From 41ffa4aa523921f0b8b722badee44dc34e570433 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Sun, 28 Aug 2016 23:29:19 + > Subject: [PATCH 2/4] gnu: emacs-neotree: Keep downloaded source file format. > > *

Re: [PATCH] Update entr to 3.6

2016-08-30 Thread Leo Famulari
On Sun, Aug 21, 2016 at 12:18:15PM -0400, Matthew Jordan wrote: > Good Day, > > This patch moves entr to the shellutils file. And updates the version. > > From 4cae2720568bab62785bd48ae0536a49eafabb81 Mon Sep 17 00:00:00 2001 > From: "Matthew O'N.S Jordan" > Date:

[PATCH 2/3] gnu: Add wcslib

2016-08-30 Thread John Darrington
* gnu/packages/astronomy.scm (wcslib): New variable. --- gnu/packages/astronomy.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 881e549..53e86c8 100644 --- a/gnu/packages/astronomy.scm +++

[PATCH 3/3] gnu: Add gnuastro

2016-08-30 Thread John Darrington
* gnu/packages/astronomy.scm (gnuastro): New variable. --- gnu/packages/astronomy.scm | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 53e86c8..24c6d79 100644 ---

[PATCH 1/3] gnu: Add cfitsio

2016-08-30 Thread John Darrington
* gnu/packages/astronomy.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. --- gnu/local.mk | 1 + gnu/packages/astronomy.scm | 53 ++ 2 files changed, 54 insertions(+) create mode 100644 gnu/packages/astronomy.scm diff --git

Re: [PATCH 2/2] Feed2maildir: Add feed2maildir

2016-08-30 Thread Leo Famulari
On Sun, Aug 21, 2016 at 12:13:45PM -0400, Matthew Jordan wrote: > Subject: [PATCH 2/2] gnu: Add feed2maildir > > * gnu/packages/mail.scm (python-feed2maildir): New variable. Thanks! I have the same feedback for this package as I did for python-feedparser. Additional comments below. > +

Re: [PATCH 1/2] Feed2maildir: Add python-feedparser

2016-08-30 Thread Leo Famulari
On Sun, Aug 21, 2016 at 12:10:23PM -0400, Matthew Jordan wrote: > Subject: [PATCH 1/2] gnu: Add python-feedparser > > * gnu/packages/python.scm (python-feedparser): New variable. Thanks for these patches! > + (uri (string-append > + >

Re: [PATCH] gnu: Add telepathy-idle.

2016-08-30 Thread Kei Kebreau
Leo Famulari writes: On Tue, Aug 30, 2016 at 09:43:23AM -0400, Kei Kebreau wrote: Leo Famulari writes: > On Mon, Aug 29, 2016 at 12:45:44PM -0400, Kei Kebreau wrote: >> Subject: [PATCH] gnu: Add telepathy-idle. * >> gnu/packages/freedesktop.scm

Re: [PATCH] Update entr to 3.6

2016-08-30 Thread Efraim Flashner
On Sun, Aug 21, 2016 at 12:18:15PM -0400, Matthew Jordan wrote: > Good Day, > > This patch moves entr to the shellutils file. And updates the version. > This looks good, but it should be two patches, one to update entr and a second to move it to shellutils.scm. Can you send an updated patch?

new package build error: archiver requires 'AM_PROG_AR' in 'configure.ac'

2016-08-30 Thread Hartmut Goebel
Hi, I try to build the asn1c package, see below. But this fails with the following error message. /gnu/store/…-automake-1.15/share/automake-1.15/am/ltlibrary.am: warning: 'libasn1compiler.la': linking libtool libraries using a non-POSIX archiver requires 'AM_PROG_AR' in 'configure.ac' Is this a

Re: [PATCH] gnu: Add praat

2016-08-30 Thread Marius Bakke
Brendan Tildesley writes: > This marks my first attempt at writing a package definition for Guix. > Please assume it is broken since I still don't know what I'm doing, and > forgive me if you need to school me on things written in the manual. If > someone on

Re: [PATCH 02/12] import: utils: Symbols from 'license->symbol' have a license: prefix.

2016-08-30 Thread Eric Bavier
On Sat, 27 Aug 2016 10:31:44 +0200 David Craven wrote: > > Is the purpose of this patch to make importers return licenses with this > > prefix or is there another use case? > > Yes that's the intention. I was only thinking about the python > importer, but this will affect all

Re: [PATCH] gnu: Add praat

2016-08-30 Thread ng0
Hi, thanks for your patch. I am not able to apply this without editing it, could you resend it in an appended file? Brendan Tildesley writes: > This marks my first attempt at writing a package definition for Guix. > Please assume it is broken since I still

[PATCH v5 1/2] gnu: Add arduino-libraries.

2016-08-30 Thread Danny Milosavljevic
* gnu/packages/arduino.scm (arduino-installer, arduino-libraries): New variables. * gnu/packages/patches/arduino-libraries-hardware-remove-__cxa_guard_acquire.patch: New file. * gnu/local.mk (dist_patch_DATA, GNU_SYSTEM_MODULES): Add them. --- gnu/local.mk

[PATCH v5 2/2] gnu: Add arduino-makefile.

2016-08-30 Thread Danny Milosavljevic
* gnu/packages/arduino.scm (arduino-makefile): New variable. --- gnu/packages/arduino.scm | 81 1 file changed, 81 insertions(+) diff --git a/gnu/packages/arduino.scm b/gnu/packages/arduino.scm index 5309587..08ed1cf 100644 ---

[PATCH v5 0/2] gnu: Add Arduino tools

2016-08-30 Thread Danny Milosavljevic
Danny Milosavljevic (2): gnu: Add arduino-libraries. gnu: Add arduino-makefile. gnu/local.mk | 2 + gnu/packages/arduino.scm | 172 + ...aries-hardware-remove-__cxa_guard_acquire.patch | 13 ++ 3 files

[PATCH v4 0/2] gnu: Add Arduino tools

2016-08-30 Thread Danny Milosavljevic
Danny Milosavljevic (2): gnu: Add arduino-libraries. gnu: Add arduino-makefile. gnu/local.mk | 2 + gnu/packages/arduino.scm | 172 + ...aries-hardware-remove-__cxa_guard_acquire.patch | 13 ++ 3 files

[PATCH v4 2/2] gnu: Add arduino-makefile.

2016-08-30 Thread Danny Milosavljevic
* gnu/packages/arduino.scm (arduino-makefile): New variable. --- gnu/packages/arduino.scm | 81 1 file changed, 81 insertions(+) diff --git a/gnu/packages/arduino.scm b/gnu/packages/arduino.scm index 5309587..08ed1cf 100644 ---

Re: [PATCH] import: cpan: Use tls to query api.metacpan.org.

2016-08-30 Thread ng0
Eric Bavier writes: > On Tue, 30 Aug 2016 17:16:38 + > ng0 wrote: > >> Eric Bavier writes: >> >> > On Tue, 30 Aug 2016 12:57:47 + >> > ng0 wrote: >> > >> >> From

Re: [PATCH] gnu: Add gzstream.

2016-08-30 Thread Eric Bavier
Thanks for the patch! Comments below: On Tue, 30 Aug 2016 19:17:14 +0100 Marius Bakke wrote: > From 5e96b895c1ed77a6bfdcbe5c6dbd68220fd5a8dc Mon Sep 17 00:00:00 2001 > From: Marius Bakke > Date: Fri, 12 Aug 2016 02:29:51 +0100 > Subject: [PATCH 1/1]

Re: [PATCH] gnu: Add eschalot.

2016-08-30 Thread ng0
>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 variable. --- gnu/packages/crypto.scm | 58

Re: ‘guix lint’ URL checks

2016-08-30 Thread Leo Famulari
On Sun, Aug 28, 2016 at 01:12:09AM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > I wonder, are there any drawbacks of making the linter check that the > > URL provides the data named by the hash? > > The rationale so far was that ‘guix lint foo’ should be fast (a

Re: [PATCH] import: cpan: Use tls to query api.metacpan.org.

2016-08-30 Thread Eric Bavier
On Tue, 30 Aug 2016 17:16:38 + ng0 wrote: > Eric Bavier writes: > > > On Tue, 30 Aug 2016 12:57:47 + > > ng0 wrote: > > > >> From e5fb3767e652af0a94fb9817c81b23f37d676355 Mon Sep 17 00:00:00 2001 > >>

Re: [PATCH] gnu: awesome: Add awesome-3.5

2016-08-30 Thread Leo Famulari
On Tue, Aug 30, 2016 at 10:52:08AM +0200, gno wrote: > > Let's fix our Lua packaging. And, can you send revised versions of > > patches 2 and 3 from this series? > > Working on it. I might nag you with questions soon. The snippet is just a > lazy copy-paste from awesome 3.4 since my knowledge

[PATCH] gnu: Add gzstream.

2016-08-30 Thread Marius Bakke
>From 5e96b895c1ed77a6bfdcbe5c6dbd68220fd5a8dc Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Fri, 12 Aug 2016 02:29:51 +0100 Subject: [PATCH 1/1] gnu: Add gzstream. * gnu/packages/compression.scm (gzstream): New variable. --- gnu/packages/compression.scm | 35

gexps

2016-08-30 Thread David Craven
Hi, I have a couple of questions: How do gexps relate to packages? Are they used in the package->bag->derivation process or is it just for writing services? gexp->script and gexp->file only dump text into the store. How can I make them ignore the system/target architectures?

[PATCH] gnu: Add praat

2016-08-30 Thread Brendan Tildesley
This marks my first attempt at writing a package definition for Guix. Please assume it is broken since I still don't know what I'm doing, and forgive me if you need to school me on things written in the manual. If someone on GuixSD could test if it builds, load an audio file and see if it plays

Re: [PATCH] gnu: service: Add git-service.

2016-08-30 Thread ng0
I tried to address most of what you've written. While I was correcting the documentation I decided to add more options, now it doesn't work anymore, probably because of the ifs I added. Andy Wingo writes: > On Tue 30 Aug 2016 13:45, ng0 writes: >

[PATCH] gnu: Add mash.

2016-08-30 Thread Marius Bakke
>From 2097408c8e94d10423d4a156caa5298d6dcb Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 30 Aug 2016 18:49:21 +0100 Subject: [PATCH 1/1] gnu: Add mash. * gnu/packages/bioinformatics.scm (mash): New variable. --- gnu/packages/bioinformatics.scm | 53

Re: [PATCH] gnu: Add telepathy-idle.

2016-08-30 Thread Leo Famulari
On Tue, Aug 30, 2016 at 09:43:23AM -0400, Kei Kebreau wrote: > Leo Famulari writes: > > > On Mon, Aug 29, 2016 at 12:45:44PM -0400, Kei Kebreau wrote: > >> Subject: [PATCH] gnu: Add telepathy-idle. > >> > >> * gnu/packages/freedesktop.scm (telepathy-idle): New variable. > >

Re: [PATCH] import: cpan: Use tls to query api.metacpan.org.

2016-08-30 Thread ng0
Eric Bavier writes: > On Tue, 30 Aug 2016 12:57:47 + > ng0 wrote: > >> From e5fb3767e652af0a94fb9817c81b23f37d676355 Mon Sep 17 00:00:00 2001 >> From: ng0 >> Date: Tue, 30 Aug 2016 12:52:51 + >> Subject:

[PATCH v3 1/3] gnu: ldc: make isnan and isinf work.

2016-08-30 Thread Danny Milosavljevic
* gnu/packages/ldc.scm (ldc): Added substitution. --- gnu/packages/ldc.scm | 6 ++ 1 file changed, 6 insertions(+) diff --git a/gnu/packages/ldc.scm b/gnu/packages/ldc.scm index 1709f59..601804a 100644 --- a/gnu/packages/ldc.scm +++ b/gnu/packages/ldc.scm @@ -101,6 +101,12 @@ and freshness

[PATCH v3 3/3] gnu: update ldc to 0.17.1.

2016-08-30 Thread Danny Milosavljevic
* gnu/packages/ldc.scm (ldc): Update to 0.17.1. * gnu/packages/patches/ldc-0.17.1-disable-tests.patch: New patch. * gnu/local.mk: Added reference to patch. --- gnu/local.mk | 1 + gnu/packages/ldc.scm | 39 +-

[PATCH v3 0/3] Fix ldc.

2016-08-30 Thread Danny Milosavljevic
This patch series fixes ldc up so it works again and updates it to the newest C++-bootstrappable version. Danny Milosavljevic (3): gnu: ldc: make isnan and isinf work. gnu: Add python-lit, python2-lit. gnu: update ldc to 0.17.1. gnu/packages/ldc.scm | 33

[PATCH v3 2/3] gnu: Add python-lit, python2-lit.

2016-08-30 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-lit, python2-lit): New variables. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 77bb8a4..070bef4 100644 --- a/gnu/packages/python.scm +++

Re: bug#24145: [PATCH] gnu: asciidoc: Use local docbook-xsl package.

2016-08-30 Thread Tomáš Čech
On Mon, Aug 29, 2016 at 05:41:59PM +0200, Ludovic Courtès wrote: Hello, Tomáš Čech skribis: * gnu/packages/documentation.scm(asciidoc): New input docbook-xsl, replace use of online source and prefer docbook-xsl package. Rather: * gnu/packages/documentation

[PATCH v3 2/2] gnu: Add arduino-makefile.

2016-08-30 Thread Danny Milosavljevic
* gnu/packages/arduino.scm (arduino-makefile): New variable. --- gnu/packages/arduino.scm | 81 1 file changed, 81 insertions(+) diff --git a/gnu/packages/arduino.scm b/gnu/packages/arduino.scm index 6649456..0305e51 100644 ---

Re: [PATCH] import: cpan: Use tls to query api.metacpan.org.

2016-08-30 Thread Eric Bavier
On Tue, 30 Aug 2016 12:57:47 + ng0 wrote: > From e5fb3767e652af0a94fb9817c81b23f37d676355 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Tue, 30 Aug 2016 12:52:51 + > Subject: [PATCH] import: cpan: Use tls to query api.metacpan.org. >

[PATCH v3 0/2] Add Arduino tools

2016-08-30 Thread Danny Milosavljevic
Danny Milosavljevic (2): gnu: Add arduino-libraries. gnu: Add arduino-makefile. gnu/local.mk | 2 + gnu/packages/arduino.scm | 171 +++ 2 files changed, 173 insertions(+) create mode 100644 gnu/packages/arduino.scm

[PATCH v3 1/2] gnu: Add arduino-libraries.

2016-08-30 Thread Danny Milosavljevic
* gnu/local.mk: Add gnu/packages/arduino.scm * gnu/packages/arduino.scm (arduino-installer, arduino-libraries): New variables. --- gnu/local.mk | 2 ++ gnu/packages/arduino.scm | 90 2 files changed, 92 insertions(+) create mode

[PATCH v2 0/2] Add Arduino tools

2016-08-30 Thread Danny Milosavljevic
Danny Milosavljevic (2): gnu: Add arduino-libraries. gnu: Add arduino-makefile. gnu/local.mk | 2 + gnu/packages/arduino.scm | 171 +++ 2 files changed, 173 insertions(+) create mode 100644 gnu/packages/arduino.scm

[PATCH v2 2/2] gnu: Add arduino-makefile.

2016-08-30 Thread Danny Milosavljevic
* gnu/packages/arduino.scm (arduino-makefile): New variable. --- gnu/packages/arduino.scm | 81 1 file changed, 81 insertions(+) diff --git a/gnu/packages/arduino.scm b/gnu/packages/arduino.scm index 6649456..0305e51 100644 ---

[PATCH v2 1/2] gnu: Add arduino-libraries.

2016-08-30 Thread Danny Milosavljevic
* gnu/local.mk: Add gnu/packages/arduino.scm * gnu/packages/arduino.scm (arduino-installer, arduino-libraries): New variables. --- gnu/local.mk | 2 ++ gnu/packages/arduino.scm | 90 2 files changed, 92 insertions(+) create mode

[PATCH] gnu: Add bind

2016-08-30 Thread John Darrington
* gnu/packages/networking.scm (bind): New variable. --- gnu/packages/networking.scm | 46 + 1 file changed, 46 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index bde..7bb4a69 100644 ---

Re: Guix world tour

2016-08-30 Thread Alex Sassmannshausen
Ludovic Courtès writes: > Hello! > > I had the pleasant surprise to be invited to give a talk about Guix at > the Scheme Workshop in September in Japan: > > http://scheme2016.snow-fort.org/ > > While I was at it, I submitted another talk to the Commercial(!) Users > of Functional Programming

Re: GHM debriefing

2016-08-30 Thread Ludovic Courtès
Hi! Christopher Allan Webber skribis: > Ludovic Courtès writes: > >> For the last talk, I rehashed the basics since the audience wasn’t too >> familiar I suppose, and then wrote a GuixSD service for OpenSSH’s ‘sshd’ >> (attached). Hopefully a useful starting point and

Guix world tour

2016-08-30 Thread Ludovic Courtès
Hello! I had the pleasant surprise to be invited to give a talk about Guix at the Scheme Workshop in September in Japan: http://scheme2016.snow-fort.org/ While I was at it, I submitted another talk to the Commercial(!) Users of Functional Programming conference, which was accepted:

Re: How does install-grub work?

2016-08-30 Thread David Craven
I'm making some progress. The culprit for the grub error was: (let ((inputs -'#$(append (list qemu parted grub e2fsprogs) +'#$(append (list qemu parted e2fsprogs) There is more work involved than I thought. Support for cross-compiling stuff like

Re: [PATCH] gnu: Add dlib.

2016-08-30 Thread Marius Bakke
Marius Bakke writes: > Leo Famulari writes: > >> On Wed, Aug 24, 2016 at 11:26:28AM +0100, Marius Bakke wrote: >>> There are a couple of things going on in this thread: >>> >>> 1. Segfault on x86_64. This seems to have been resolved simply by >>>

Re: Python 3.5 start of update

2016-08-30 Thread Christopher Allan Webber
Leo Famulari writes: > On Sun, Aug 21, 2016 at 01:58:51PM -0400, Leo Famulari wrote: >> I picked this up. I've attached two patches. They upgrade python-3.4 to >> 3.4.5, and then upgrade python-3 to 3.5.2 while preserving a python-3.4. >> These are the latest releases in their respective series.

Re: [PATCH] gnu: Add telepathy-idle.

2016-08-30 Thread Kei Kebreau
Leo Famulari writes: > On Mon, Aug 29, 2016 at 12:45:44PM -0400, Kei Kebreau wrote: >> Subject: [PATCH] gnu: Add telepathy-idle. >> >> * gnu/packages/freedesktop.scm (telepathy-idle): New variable. > >> +(version "0.2.0") > > Looks good, but why use this release when

Re: [PATCH] import: hackage: default to https urls.

2016-08-30 Thread ng0
ng0 writes: > This patch updates the hackage importer so that `guix import hackage > name' writes out a package definition which includes > https://hackage.haskell.org by default. The home-page field was not > fixed, but this is less important than the download. > I

Re: [PATCH] import: elpa default to tls for elpa-archives.

2016-08-30 Thread ng0
ng0 writes: > Same reason and changes as written in > http://lists.gnu.org/archive/html/guix-devel/2016-08/msg01993.html > (hackage http->https change). > > From a89549bc9e794201b3f2673a08d4322ad0832a0e Mon Sep 17 00:00:00 2001 > From: ng0 >

Re: [PATCH] import: elpa default to tls for elpa-archives.

2016-08-30 Thread ng0
ng0 writes: > Same reason and changes as written in > http://lists.gnu.org/archive/html/guix-devel/2016-08/msg01993.html > (hackage http->https change). > > From a89549bc9e794201b3f2673a08d4322ad0832a0e Mon Sep 17 00:00:00 2001 > From: ng0 >

[PATCH] import: cpan: Use tls to query api.metacpan.org.

2016-08-30 Thread ng0
>From e5fb3767e652af0a94fb9817c81b23f37d676355 Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 30 Aug 2016 12:52:51 + Subject: [PATCH] import: cpan: Use tls to query api.metacpan.org. * guix/import/cpan.scm (module->name module)[json-fetch]: Use tls for

[PATCH] import: elpa default to tls for elpa-archives.

2016-08-30 Thread ng0
Same reason and changes as written in http://lists.gnu.org/archive/html/guix-devel/2016-08/msg01993.html (hackage http->https change). >From a89549bc9e794201b3f2673a08d4322ad0832a0e Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 30 Aug 2016 12:37:20 + Subject:

[PATCH] import: hackage: default to https urls.

2016-08-30 Thread ng0
This patch updates the hackage importer so that `guix import hackage name' writes out a package definition which includes https://hackage.haskell.org by default. The home-page field was not fixed, but this is less important than the download. I know that tls/ssl itself has a problem, but some

Re: [PATCH] gnu: emacs: Use https for elpa.gnu.org

2016-08-30 Thread ng0
ng0 writes: > Alex Kost writes: > >> ng0 (2016-08-27 17:20 +0300) wrote: >> >>> From d2dfd0fcc34f5cdcb9d181093cffd5af16be6641 Mon Sep 17 00:00:00 2001 >>> From: ng0 >>> Date: Sat, 27 Aug 2016 13:33:31 + >>> Subject:

Re: [PATCH] gnu: service: Add git-service.

2016-08-30 Thread Andy Wingo
On Tue 30 Aug 2016 13:45, ng0 writes: >>I also think that "path" might >> not be the right word, which in GNU manuals is only used for search >> paths. See the "GNU Manuals" section of standards.texi for more. >> Anyway I suggest #:base-directory. Make sure the port

Re: [PATCH] gnu: service: Add git-service.

2016-08-30 Thread ng0
Hi, Andy Wingo writes: > On Mon 29 Aug 2016 22:05, ng0 writes: > >> +@node Version Control >> +@subsubsection Version Control >> + >> +The @code{(gnu services version-control)} module provides the following >> services: >> + >> +@deffn {Scheme

Re: [PATCH] refresh nss-certs

2016-08-30 Thread Vincent Legoll
Hello, On Tue, Aug 30, 2016 at 8:17 AM, Leo Famulari wrote: > On Wed, Aug 24, 2016 at 01:08:33PM +0200, Vincent Legoll wrote: >> The attached patch updates nss-certs to latest 3.26 >> >> WDYT? > > Looks good, but can you send a revised patch that also updates NSS? Here it

Re: [PATCH] gnu: Add eschalot.

2016-08-30 Thread ng0
>From a95d7059ea452c9fe9b8d148c33e0d77fbbffc04 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 variable. --- gnu/packages/crypto.scm | 55

Re: [PATCH] gnu: Add eschalot.

2016-08-30 Thread ng0
Leo Famulari writes: > On Fri, Aug 26, 2016 at 03:49:36PM +, ng0 wrote: >> TL;DR: only run the test suite if you own a cluster, super computer or >> otherwise much computation power which will be bored by this >> hashing. Everyone else will spend MANY hours on this, which

Re: [PATCH] gnu: Add ola

2016-08-30 Thread John J Foerch
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 +++-- >> >> Perhaps this could be added to something like automation.scm? > > Makes

Re: [PATCH] Add squeak-vm

2016-08-30 Thread Ludovic Courtès
Hi, Nicolas Goaziou skribis: > From 5d0d8f39c0d4ef1c857421da64e6bab2bc07d852 Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > Date: Wed, 24 Aug 2016 22:58:44 +0200 > Subject: [PATCH 2/2] gnu: Add squeak-vm > > * gnu/packages/smalltalk.scm

Re: [PATCH 0/5] gnu: Add Arduino tools

2016-08-30 Thread Ludovic Courtès
Hello, Danny Milosavljevic skribis: > gnu: Add Arduino tools. > > Danny Milosavljevic (5): > gnu: Add "arduino" module. > gnu: arduino: Add "arduino-installer" helper. > gnu: arduino: Add arduino-hardware > gnu: arduino: Add arduino-libraries. > gnu: Add

Re: Specifying Java version when using ant-build-system

2016-08-30 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Leo Famulari writes: > >> On Mon, Aug 15, 2016 at 04:42:01PM +0200, Ricardo Wurmus wrote: >>> > (define* (ant-build store name inputs >> >> [...] >> >>> > (guile #f)p >>> > ^^^

Re: [PATCH] gnu: awesome: Add awesome-3.5

2016-08-30 Thread gno
On 8/30/2016 8:56 AM, Leo Famulari wrote: On Thu, Aug 25, 2016 at 03:09:33AM +0200, gno wrote: Sure hope I'm doing this right as I'm new to this. These patches add Awesome 3.5.9 to the repository. I decided against updating since it may break peoples configurations. Awesome had API changes in

Re: [PATCH 1/7] gnu: lua: Build with support for dynamic libraries.

2016-08-30 Thread gno
On 8/30/2016 8:37 AM, Leo Famulari wrote: On Tue, Aug 23, 2016 at 02:02:40AM +0200, gno wrote: On Mon, 22 Aug 2016 21:39:12 +0200 Ricardo Wurmus wrote: + #:make-flags + '("CFLAGS=-fPIC -DLUA_DL_DLOPEN -DLUA_USE_POSIX" + "linux") This doesn't work for

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

2016-08-30 Thread Danny Milosavljevic
On Tue, 30 Aug 2016 11:08:17 +0300 Alex Kost wrote: > It would be good if you write a comment before licenses, like what files > have what licenses. Also is it really 'gpl2'? If the license says "or > any later version", it should be 'gpl2+'. They are: ./compr.c: " *

No package from hydra - a proposal for software discovery

2016-08-30 Thread Pjotr Prins
On Tue, Aug 30, 2016 at 08:18:07AM +0200, Danny Milosavljevic wrote: > On Fri, 19 Aug 2016 14:19:03 +0200 > Pjotr Prins wrote: > > > On Fri, Aug 19, 2016 at 02:15:19PM +0200, Pjotr Prins wrote: > > > ldc is broken since May 2016. > > > > > >

Re: FOSDEM 2016 was awesome! Let's do FOSDEM 2017

2016-08-30 Thread Alex Sassmannshausen
Sounds great — glad to hear it :-) Alex Pjotr Prins writes: > Hi Alex, > > The proposal has been submitted to FOSDEM and you are on it :) > > Pj. > > On Mon, Aug 29, 2016 at 09:37:35AM +0200, Alex Sassmannshausen wrote: >> Hi, >> >> Wow, how time flies! Last year was definitely amazing, and

Re: FOSDEM 2016 was awesome! Let's do FOSDEM 2017

2016-08-30 Thread Pjotr Prins
Hi Alex, The proposal has been submitted to FOSDEM and you are on it :) Pj. On Mon, Aug 29, 2016 at 09:37:35AM +0200, Alex Sassmannshausen wrote: > Hi, > > Wow, how time flies! Last year was definitely amazing, and I'd love to > be involved to make that happen again. > > I'd be very happy to

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

2016-08-30 Thread Alex Kost
Danny Milosavljevic (2016-08-30 02:24 +0300) wrote: > * gnu/packages/linux.scm (mtd-utils): New variable. > --- > gnu/packages/linux.scm | 35 +++ > 1 file changed, 35 insertions(+) > > > diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm > index

Re: [PATCH] gnu: service: Add git-service.

2016-08-30 Thread Andy Wingo
On Mon 29 Aug 2016 22:05, ng0 writes: > +@node Version Control > +@subsubsection Version Control > + > +The @code{(gnu services version-control)} module provides the following > services: > + > +@deffn {Scheme Procedure} git-service [git @var{git}] @ > +

Re: [PATCH] gnu: grub: Use https URL.

2016-08-30 Thread Leo Famulari
On Sat, Aug 27, 2016 at 02:23:12PM +, ng0 wrote: > From a9367fd2dbe5bb77d67ee3ee38594ed7bddaf9a2 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Sat, 27 Aug 2016 13:47:19 + > Subject: [PATCH 4/4] gnu: grub: Use https URL. > > * gnu/packages/grub.scm

Re: [PATCH] gnu: guile-gnunet: Use https URL.

2016-08-30 Thread Leo Famulari
On Sat, Aug 27, 2016 at 02:21:38PM +, ng0 wrote: > From f4bcc1e6aeee861ee9dc11c1803ca94146c5d86c Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Sat, 27 Aug 2016 13:38:36 + > Subject: [PATCH 2/4] gnu: guile-gnunet: Use https URL. > > * gnu/packages/gnunet.scm

Re: [PATCH] gnu: Add eschalot.

2016-08-30 Thread Leo Famulari
On Fri, Aug 26, 2016 at 03:49:36PM +, ng0 wrote: > TL;DR: only run the test suite if you own a cluster, super computer or > otherwise much computation power which will be bored by this > hashing. Everyone else will spend MANY hours on this, which is why make > check/test is disabled. How many

Re: [PATCH] gnu: awesome: Add awesome-3.5

2016-08-30 Thread Leo Famulari
On Thu, Aug 25, 2016 at 03:09:33AM +0200, gno wrote: > Sure hope I'm doing this right as I'm new to this. > These patches add Awesome 3.5.9 to the repository. I decided against > updating since it may break peoples configurations. Awesome had API > changes in between 3.4 and 3.5. > > Please have

Re: [PATCH 1/7] gnu: lua: Build with support for dynamic libraries.

2016-08-30 Thread Leo Famulari
On Tue, Aug 23, 2016 at 02:02:40AM +0200, gno wrote: > On Mon, 22 Aug 2016 21:39:12 +0200 > Ricardo Wurmus wrote: > > + #:make-flags > > + '("CFLAGS=-fPIC -DLUA_DL_DLOPEN -DLUA_USE_POSIX" > > + "linux") > > This doesn't work for me - lua-lgi still

Re: No package from hydra

2016-08-30 Thread Danny Milosavljevic
On Fri, 19 Aug 2016 14:19:03 +0200 Pjotr Prins wrote: > On Fri, Aug 19, 2016 at 02:15:19PM +0200, Pjotr Prins wrote: > > ldc is broken since May 2016. > > > > http://hydra.gnu.org/job/gnu/master/ldc-0.16.1.x86_64-linux > > > > hmmm. > > Include file gone missing:

Re: [PATCH] refresh nss-certs

2016-08-30 Thread Leo Famulari
On Wed, Aug 24, 2016 at 01:08:33PM +0200, Vincent Legoll wrote: > The attached patch updates nss-certs to latest 3.26 > > WDYT? Looks good, but can you send a revised patch that also updates NSS? nss-certs used to inherit from nss, but we stopped doing that for the reasons described here:

[PATCH v2 2/3] gnu: Add python-lit, python2-lit.

2016-08-30 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-lit, python2-lit): New variables. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 77bb8a4..070bef4 100644 --- a/gnu/packages/python.scm +++

[PATCH v2 0/3] Fix ldc.

2016-08-30 Thread Danny Milosavljevic
This patch series fixes ldc up so it works again and updates it to the newest C++-bootstrappable version. Danny Milosavljevic (3): gnu: ldc: make isnan and isinf work. gnu: Add python-lit, python2-lit. gnu: update ldc to 0.17.1. gnu/packages/ldc.scm | 33

[PATCH v2 1/3] gnu: ldc: make isnan and isinf work.

2016-08-30 Thread Danny Milosavljevic
* gnu/packages/ldc.scm (ldc): Added substitution. --- gnu/packages/ldc.scm | 6 ++ 1 file changed, 6 insertions(+) diff --git a/gnu/packages/ldc.scm b/gnu/packages/ldc.scm index 1709f59..601804a 100644 --- a/gnu/packages/ldc.scm +++ b/gnu/packages/ldc.scm @@ -101,6 +101,12 @@ and freshness

[PATCH v2 3/3] gnu: update ldc to 0.17.1.

2016-08-30 Thread Danny Milosavljevic
* gnu/packages/ldc.scm (ldc): Update to 0.17.1. * gnu/packages/patches/ldc-0.17.1-disable-tests.patch: New patch. * gnu/local.mk: Added reference to patch. --- gnu/packages/ldc.scm | 39 +- .../patches/ldc-0.17.1-disable-tests.patch | 84