Hack font family for GuixSD.

2016-06-01 Thread Dmitry Nikolaev
Hi. I wrote expression for adding Hack font family to GuixSD. You can see it my guix package repository: https://github.com/8p8c/my-guix/blob/master/packages/font-hack.scm Here is patch for fonts.scm: --- fonts.scm2016-06-02 08:01:49.387086500 +0300 +++ fonts.new.scm2016-06-02 08:05:30.0

Re: [PATCH] Add googletest

2016-06-01 Thread Leo Famulari
On Wed, Jun 01, 2016 at 09:57:53AM -0500, Lukas Gradl wrote: > Leo Famulari writes: > > I noticed in the README.md that upstream suggests use of GNU Make unless > > building from a Git checkout. Did you try that? > > I have not tried that. Their README.md left me under the impression > that test

Re: [PATCH] Add libiax

2016-06-01 Thread Leo Famulari
On Wed, Jun 01, 2016 at 09:40:36AM -0500, Lukas Gradl wrote: > OK, I changed the name to libiax2 and added the license field + comment > from your patch. Thanks! Pushed as 4ff2060524. I noticed in my final review that the commit title was like this: gnu: telephony: Add libiax2. Our convention i

Re: [Patch] ruby-spring

2016-06-01 Thread Ben Woodcroft
On 02/06/16 05:05, Matthew Jordan wrote: Good Day, It is cloudy and cold outside here and the air conditioning is being its usual overzealous self. But at least we won the football. I hope it is a good day for you too. I have updated the synopsis and the description. Please see the foll

Re: [PATCH 2/5] gnu: Add avr-gcc.

2016-06-01 Thread Ludovic Courtès
"Thompson, David" skribis: > On Thu, Apr 14, 2016 at 1:25 PM, Ludovic Courtès wrote: >> David Thompson skribis: >> >>> * gnu/packages/avr.scm (avr-gcc): New variable. >> >> [...] >> >>> + `(modify-phases ,phases >>> + ;; Without a working multilib build, the resulting GCC l

Re: feedback as solicited by Guix manual (Section 7.1.5)

2016-06-01 Thread Matthew Jordan
Good Day Ludovic Courtès and everyone, > This is really a bug: ‘cow-store’ should bind mount /mnt/tmp like you > did. I’ll push a fix shortly. > > I suppose one doesn’t need swap if /tmp is backed by a real disk, too. > > Last, ideally, you’d get substitutes for every package during the > install

Re: [Patch] ruby-spring

2016-06-01 Thread Matthew Jordan
Good Day, I have updated the synopsis and the description. Please see the following comment also; > +(arguments > + `(#:test-target "test:unit" > + #:phases > + (modify-phases %standard-phases > + (add-before 'check 'remove-bump > + (lambda _ > +

Re: [PATCH 4/4] emacs: Add "Build Log" button to Package Info.

2016-06-01 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-05-31 00:17 +0300) wrote: [...] >> I think having this extra info and extra buttons is nice. I wonder >> though if in the future we should have a way to hide non-essential info >> and buttons, so that someone who just wants to search and install/remov

Re: [PATCH 2/2] doc: Update specification for Python packages

2016-06-01 Thread Ludovic Courtès
Hartmut Goebel skribis: > * doc/guix.texi (Python Packages): Add rule for packages with upstream > name starting with "py". Applied, thanks! Ludo’.

Re: [PATCH 1/2] doc: Add note for first time users on arbitrary system.

2016-06-01 Thread Ludovic Courtès
Hartmut Goebel skribis: > * doc/guix.texi (Binary Installation): Add note about no need for a > virtual machine. I moved the paragraph one level above, to “Installation”, and rephrased it a bit to match the intro (see below.) Thanks for the suggestion! Ludo’. @@ -336,6 +336,13 @@ manager, whi

Re: [PATCH 3/3] gnu: Add python2-ipaddr, a Python-2-only package

2016-06-01 Thread Ludovic Courtès
Hartmut Goebel skribis: > * gnu/packages/python.scm: (python2-ipaddr): New variable.. Applied. > +(synopsis "IP address manipulation library by Google") I removed “by Google” since we don’t generally acknowledge authors here. Thanks! Ludo’.

Re: [PATCH 2/3] gnu: add python-sqlparse and python2-sqlparse

2016-06-01 Thread Ludovic Courtès
Hartmut Goebel skribis: > * gnu/packages/python.scm (python-sqlparse) (python2-sqlparse): > New variables. Applied with cosmetic changes, notably commit log. Thanks, Ludo’.

Re: [PATCH 1/3] gnu: Add python-tblib and python2-tblib

2016-06-01 Thread Ludovic Courtès
Hartmut Goebel skribis: > * packages/python.scm (python-tblib) (python2-tblib): New > variables. Applied with cosmetic changes, thanks. Ludo’.

Re: [Patch] ruby-debug-inspector

2016-06-01 Thread Matthew Jordan
Good day, I have updated the patch based on the suggestions made. Thanks for the feedback. > Thanks for the patch, all patches toward rails are much appreciated. I > do have a few comments though. >>> * gnu/packages/rails.scm: New file. > I'm of the opinion that we should keep most ruby packages

Re: [PATCH 2/2] gnu: Add dfu-util.

2016-06-01 Thread Ludovic Courtès
Hartmut Goebel skribis: > * gnu/packages/flashing-tools.scm (dfu-util): New variable. Applied with minor changes: > +(version "0.9") > +(source > + (origin > + (method url-fetch) > + (uri "http://dfu-util.sourceforge.net/releases/dfu-util-0.9.tar.gz";) Refer to ‘version

Re: [PATCH 1/2] gnu: Add teensy-loader-cli.

2016-06-01 Thread Thompson, David
The Teensy's bootloader is nonfree AFAIK, so be careful here. - Dave

Re: [PATCH 1/2] gnu: Add teensy-loader-cli.

2016-06-01 Thread Ludovic Courtès
Hi! Hartmut Goebel skribis: > * gnu/packages/flashing-tools.scm (teensy-loader-cli): New variable. [...] > + ;; The repo does not tag versions nor does it use releases, but a commit > + ;; message says "Importing 2.1", while the sourcce still says "2.0". So pin > + ;; to a fixed commit. No

Re: feedback as solicited by Guix manual (Section 7.1.5)

2016-06-01 Thread Alex Kost
Tomáš Čech (2016-06-01 07:53 +0300) wrote: > On Tue, May 31, 2016 at 11:10:21PM +0200, Ludovic Courtès wrote: >>Matthew Jordan skribis: >> >>> mentions using ifconfig, correct me if I"m wrong but isn't ifconfig >>> considered deprecated? >> >>This ifconfig (part of GNU Inetutils) is maintained, s

Re: GCC bootstrap failure on ARM

2016-06-01 Thread Andreas Enge
On Wed, Jun 01, 2016 at 02:23:15PM +0200, Ludovic Courtès wrote: > Since the full log vanished from hydra.gnu.org (now we have a truncated > log), could you post the full log somewhere? > > Alternately, if you want, you cuold give me access to your Novena. :-) That sounds like the easiest soluti

[PATCH] gnu: Add termite

2016-06-01 Thread Mckinley Olsen
Specifies package for the terminal termite. Uses git-fetch download method as a recursive checkout is necessary (github tarball releases are missing necessary files). The comments in the package specification are copied from the package definition for rxvt-unicode (in xdisorg module). Let me know

Re: [PATCH] Add libiax

2016-06-01 Thread Lukas Gradl
Leo Famulari writes: > On Tue, May 31, 2016 at 09:02:21PM +0200, Andreas Enge wrote: >> Hello, >> >> just a quick comment on the name: >> >> On Mon, May 30, 2016 at 02:47:55PM -0500, Lukas Gradl wrote: >> > Upstream seems to refer to the software as "iax" "libiax" and "libiax2" >> > interchange

Re: [PATCH] Add googletest

2016-06-01 Thread Lukas Gradl
Thank you for your review! Leo Famulari writes: > On Tue, May 31, 2016 at 08:53:17AM -0500, Lukas Gradl wrote: >> * gnu/packages/check.scm (googletest): New variable. > > Awesome, thanks for this patch! > >> +(build-system cmake-build-system) > > I noticed in the README.md that upstream sug

[PATCH 02/10] gnu: Add emacs-js2-mode.

2016-06-01 Thread David Thompson
From: David Thompson * gnu/packages/emacs.scm (emacs-js2-mode): New variable. --- gnu/packages/emacs.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 71f2f8b..cad843c 100644 --- a/gnu/packages/emacs.scm +++ b/g

[PATCH 06/10] gnu: Add emacs-rainbow-delimiters.

2016-06-01 Thread David Thompson
From: David Thompson * gnu/packages/emacs.scm (emacs-rainbow-delimiters): New variable. --- gnu/packages/emacs.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 04dc759..54885f4 100644 --- a/gnu/packages/emacs.

[PATCH 01/10] gnu: Add emacs-smex.

2016-06-01 Thread David Thompson
From: David Thompson * gnu/packages/emacs.scm (emacs-smex): New variable. --- gnu/packages/emacs.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index b7c0a1f..71f2f8b 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/pa

[PATCH 05/10] gnu: Add emacs-elfeed.

2016-06-01 Thread David Thompson
From: David Thompson * gnu/pacakges/emacs.scm (emacs-elfeed): New variable. --- gnu/packages/emacs.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 1b54439..04dc759 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/pa

[PATCH 04/10] gnu: Add emacs-projectile.

2016-06-01 Thread David Thompson
From: David Thompson * gnu/packages/emacs.scm (emacs-projectile): New variable. --- gnu/packages/emacs.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index cd64383..1b54439 100644 --- a/gnu/packages/emacs.scm ++

[PATCH 10/10] gnu: Add emacs-web-mode.

2016-06-01 Thread David Thompson
From: David Thompson * gnu/packages/emacs.scm (emacs-web-mode): New variable. --- gnu/packages/emacs.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index bfa46c4..95e6bea 100644 --- a/gnu/packages/emacs.scm +++ b/g

[PATCH 07/10] gnu: Add emacs-ido-completing-read+.

2016-06-01 Thread David Thompson
From: David Thompson * gnu/packages/emacs.scm (emacs-ido-completing-read+): New variable. --- gnu/packages/emacs.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 54885f4..ee875ef 100644 --- a/gnu/packages/emacs

[PATCH 08/10] gnu: Add emacs-ido-ubiquitous.

2016-06-01 Thread David Thompson
From: David Thompson * gnu/packages/emacs.scm (emacs-ido-ubiquitous): New variable. --- gnu/packages/emacs.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index ee875ef..0ea317a 100644 --- a/gnu/packages/emacs.scm +

[PATCH 03/10] gnu: Add emacs-markdown-mode.

2016-06-01 Thread David Thompson
From: David Thompson * gnu/packages/emacs.scm (emacs-markdown-mode): New variable. --- gnu/packages/emacs.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index cad843c..cd64383 100644 --- a/gnu/packages/emacs.scm +++

[PATCH 09/10] gnu: Add emacs-yaml-mode.

2016-06-01 Thread David Thompson
From: David Thompson * gnu/packages/emacs.scm (emacs-yaml-mode): New variable. --- gnu/packages/emacs.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 0ea317a..bfa46c4 100644 --- a/gnu/packages/emacs.scm +++ b/

Re: [PATCH] gnu: add vte-ng

2016-06-01 Thread 宋文武
Mckinley Olsen writes: > Hey Alex, I'm hoping this patch is up to snuff. > I've changed the package definition to depend on the latest tagged > source and provided a synopsis & description specific to vte-ng. > Let me know if you have any other concerns that need to be addressed. > Thanks! > > Fr

Re: [Patch] ruby-spring

2016-06-01 Thread Ben Woodcroft
On 01/06/16 01:36, Matthew Jordan wrote: This is dependent on ruby-debug-inspector patch. I'm more supportive of this being in a new rails.scm file than ruby-debug-inspector. I made some changes to your patch. Here's the diff, WDYT? I think it could still do with an improved synopsis and de

GCC bootstrap failure on ARM

2016-06-01 Thread Ludovic Courtès
Andreas Enge skribis: > On Sat, May 28, 2016 at 05:25:35PM +0200, Ludovic Courtès wrote: >> Could you save the offending .o files that are listed and upload them >> somewhere, or run diffoscope on them? > > Of course the first time I forgot to add the "-K" parameter. So I redid the > build and sa

Re: [PATCH] Add GeoGebra

2016-06-01 Thread Andreas Enge
Hello Nicolas, On Wed, Jun 01, 2016 at 12:35:29PM +0200, Nicolas Goaziou wrote: > It is difficult to tell what parts are non-free or not. I mean, some > parts are obvious (web, installer) and are not provided in the current > package. However, I don't think there is an exhaustive list of non-free

Re: [PATCH] Add GeoGebra

2016-06-01 Thread Nicolas Goaziou
Hello, l...@gnu.org (Ludovic Courtès) writes: > Alex Vong skribis: Thank you for the review. >> + ;; Move ".jar" files and license into "share/geogebra/". >> It seems the jar files are copied into the installation directory. >> This is no good because guix requires compiling everythi

Re: Freezing core-updates

2016-06-01 Thread Andreas Enge
On Tue, May 31, 2016 at 11:36:21PM +0200, Ludovic Courtès wrote: > Quick observation: one of the file has debugging symbols, the other not. > Apart from that, section sizes are very similar: That is understandable, the debugging symbols come from stage 2, the files without from stage 3. To check

Re: [PATCH] Add googletest

2016-06-01 Thread Ludovic Courtès
Leo Famulari skribis: > On Tue, May 31, 2016 at 08:53:17AM -0500, Lukas Gradl wrote: [...] >> + (replace 'install >> +(lambda _ >> + (let ((out (assoc-ref %outputs "out"))) >> +(and >> + (m

Re: [Patch] ruby-debug-inspector

2016-06-01 Thread Ben Woodcroft
Hi Matthew, Thanks for the patch, all patches toward rails are much appreciated. I do have a few comments though. * gnu/packages/rails.scm: New file. I'm of the opinion that we should keep most ruby packages in gnu/packages/ruby.scm because to me "is this ruby package a rails package?" is not

Re: [Patch] ruby-debug-inspector

2016-06-01 Thread Efraim Flashner
On Tue, May 31, 2016 at 04:44:56PM -0400, Matthew Jordan wrote: > > Updated patch with the suggested changes. > > From 20f94a54c63023c3bf3d8d556385f520aaf09a3f Mon Sep 17 00:00:00 2001 > From: Matthew Jordan > Date: Tue, 31 May 2016 07:26:24 -0400 > Subject: [PATCH 1/4] gnu: Add ruby-debug-insp