Re: http://xkcd.com/1654/

2016-03-11 Thread Chris Marusich
If only the ALT text had mentioned Guix!

Re: Texlive-texmf

2016-03-11 Thread Eric Bavier
On Tue, 08 Mar 2016 10:04:14 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Eric Bavier skribis: > > > On Mon, 07 Mar 2016 17:41:44 +0100 > > l...@gnu.org (Ludovic Courtès) wrote: > > > >> Andreas Enge skribis: > >> > >> > On Thu, Mar 03, 2016 at 06:04:17PM +0100, Ludovic Courtès wrote:

[PATCH 2/2] gtk: Patch GTK+ to look for themes in profiles.

2016-03-11 Thread Jookia
A long running complaint has been that GTK themes aren't found, thus making GTK look terrible on GuixSD. To solve this, GTK+ now searches the user's profile as well as the system's profile for themes, in addition to where themes are currently searched. * gnu/packages/gtk.scm (gtk+-2): Add gtk2-the

[PATCH 1/2] fonts: Add Google Noto font.

2016-03-11 Thread Jookia
* gnu/packages/fonts.scm (font-noto): Add new font. --- gnu/packages/fonts.scm | 46 ++ 1 file changed, 46 insertions(+) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index b9cebdc..091167a 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/pa

http://xkcd.com/1654/

2016-03-11 Thread Cook, Malcolm
Perish the thought! ~ malcolm_c...@stowers.org

Re: [PATCH 1/1] gnu: openexr: Disable broken test to fix build on i686.

2016-03-11 Thread Leo Famulari
On Fri, Mar 11, 2016 at 03:41:49PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > * gnu/packages/graphics.scm (openexr)[arguments]: New field. > > --- > > gnu/packages/graphics.scm | 14 ++ > > 1 file changed, 14 insertions(+) > > > > diff --git a/gnu/packages/graphics.s

Re: bug#22970: guix edit mutt -- not working

2016-03-11 Thread Jean Louis
Hello Alex, I got your mutt file, for my-guix-packages, but now I see I need to learn Guile commands, I will do this somewhat later when I have working system. Please help me until then, as your style to make a modified package is excellent for me. I guess you forgot the dependency gdbm, where to

Re: [RFCv4] install: Create a GC root during install-grub.

2016-03-11 Thread Jookia
On Fri, Mar 11, 2016 at 03:48:38PM +0100, Ludovic Courtès wrote: > Jookia <166...@gmail.com> skribis: > > > While previously creating a GC root for GRUB's resources was the caller's > > responsibility, it's much less repetitive to put it in install-grub now that > > it's wrapped by error handling.

Re: [PATCH] doc: Add footnote about pointing ~/.config/guix/latest at user's checkout

2016-03-11 Thread Christopher Allan Webber
Ricardo Wurmus writes: > In the last sentence, do you miss an “as”? > > “this way it will always use the same @command{guix} [as] your user > does.” > > Otherwise looks good to me. Thanks! > > ~~ Ricardo Okay I integrated both your and Ludo's suggestions and pushed. Thanks!

[PATCH] gnunet.scm -> various changes (description update, adds gnunet-svn, gnunet-gtk-svn, gnurl)

2016-03-11 Thread Nils Gillmann
Sorry for squeezing it all into one commit that's all I know right now, tested and everything works. open bug preceeding this is to get input from people to fix twm integration. >From 867bf5c7418d2caaf51414afe46df4b3e3b8b058 Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Fri, 11 Mar 2016 17:0

Re: [PATCH] DISCUSSION: Jookia's Libreboot+LUKS+LVM FDE patch.

2016-03-11 Thread Jookia
On Fri, Mar 11, 2016 at 03:30:10PM +0100, Ludovic Courtès wrote: > Jookia <166...@gmail.com> skribis: > > > I'd really like to discuss how much I needed to break to get the > > mapped-devices, > > file-systems and swap-devices to just 'work'. I even had to make a function > > to > > return a map

Re: [PATCH] Add pyicoteo.

2016-03-11 Thread Jean Louis
Hello, Please, if someone can add patches for following programs: http://wmbiff.sourceforge.net/ - WMBiff for WindowMaker, very useful tool to know when emails arrive IceWm: http://www.icewm.org/ -- I prefer something like: https://github.com/bbidulock/icewm branch which is maintained -- it is v

Re: [PATCH] Add pyicoteo.

2016-03-11 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From f92a3c18613945df3e5fcf6009f8f329da06ebb9 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Fri, 11 Mar 2016 17:01:00 +0100 > Subject: [PATCH] gnu: Add pyicoteo. > > * gnu/packages/bioinformatics.scm (pyicoteo): New variable. LGTM, thanks! Ludo'.

Re: [PATCH] gnu: emacs: Use libotf.

2016-03-11 Thread Ludovic Courtès
Roel Janssen skribis: > Here's a very small patch to compile Emacs with libotf support. > Unfortunately for me, it hasn't given me better font rendering. Does the resulting Emacs refer to libotf, as per: guix gc --references $(./pre-inst-env guix build emacs) | grep libotf ? If it does, cou

Re: [PATCH] Add CD-HIT

2016-03-11 Thread Ben Woodcroft
Hi Ricardo, Looks good, and much the same as the patch I hadn't got around to submitting minus your good work with determinism. On 11/03/16 09:18, Ricardo Wurmus wrote: +(description + "CD-HIT is a program for clustering and comparing protein or nucleotide +sequences. CD-HIT is very

Re: [PATCH] Add pyicoteo.

2016-03-11 Thread Ricardo Wurmus
Sorry, there was a trailing white-space character. I updated this locally but won’t resend the patch. ~~ Ricardo

[PATCH] Add pyicoteo.

2016-03-11 Thread Ricardo Wurmus
>From f92a3c18613945df3e5fcf6009f8f329da06ebb9 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 11 Mar 2016 17:01:00 +0100 Subject: [PATCH] gnu: Add pyicoteo. * gnu/packages/bioinformatics.scm (pyicoteo): New variable. --- gnu/packages/bioinformatics.scm | 38

Re: [PATCH] gnu: Add powwow.

2016-03-11 Thread Nils Gillmann
Thanks! Also I will send in a patch on this soon with a patched output to make it more useable for chat. -- ng personal contact: http://krosos.sdf.org EDN: https://wiki.c3d2.de/Echt_Dezentrales_Netz/en

Re: [PATCH] gnu: Add bioawk.

2016-03-11 Thread Roel Janssen
Ricardo Wurmus writes: > Roel Janssen writes: > > + (replace + 'install >>> >>> Please put “'install” on the same line as “(replace”. >> >> Should I do this for other (replace ...) as well? If I want to replace >> the build phase, should I put it on the same line as w

Re: [PATCH] gnu: Add Icedtea 3.0.0pre09

2016-03-11 Thread Roel Janssen
Ricardo Wurmus writes: > Roel Janssen writes: > >> Thanks a lot for this patch. I succesfully upgraded the icedtea-7 to >> icedtea-8 package by modifying: (define-public icedtea icedtea-8). >> >> Then I succesfully compiled Picard with ant and icedtea-8 from Guix. >> So.. it works! > > That’s

Re: [PATCH] gnu: font-dejavu: Update to 2.35.

2016-03-11 Thread Ludovic Courtès
Efraim Flashner skribis: > On Fri, 11 Mar 2016 13:08:17 +0300 > Alex Kost wrote: > >> I was going to commit several updates including font-dejavu. Happily, >> with: >> >> guix refresh -l font-dejavu >> >> I found that many things would be rebuilt (including some big ones like >> abiword, li

Re: [RFCv4] install: Create a GC root during install-grub.

2016-03-11 Thread Ludovic Courtès
Jookia <166...@gmail.com> skribis: > While previously creating a GC root for GRUB's resources was the caller's > responsibility, it's much less repetitive to put it in install-grub now that > it's wrapped by error handling. This also means we can replace the > install-grub* > function with a smal

Re: Yet another Hydra mirror: hydra-mirror.marusich.info

2016-03-11 Thread Ludovic Courtès
Chris Marusich skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Yeah, mirror.guixsd.org also caches for one week now. I wasn’t sure how >> much disk space that would represent, but so far we’re around 10G, so >> increasing to 1 week seemed reasonable. > > Are there any URL paths a caching

Re: [PATCH 1/1] gnu: openexr: Disable broken test to fix build on i686.

2016-03-11 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/graphics.scm (openexr)[arguments]: New field. > --- > gnu/packages/graphics.scm | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm > index c022d74..3c5ad72 100644 > --- a/gnu/packag

Re: [PATCH] doc: Add footnote about pointing ~/.config/guix/latest at user's checkout

2016-03-11 Thread Ludovic Courtès
Christopher Allan Webber skribis: > From 96a7b39ae17f5628bdebec95630af722e1b11561 Mon Sep 17 00:00:00 2001 > From: Christopher Allan Webber > Date: Thu, 10 Mar 2016 09:52:18 -0800 > Subject: [PATCH] doc: Add footnote about pointing ~/.config/guix/latest at > user's checkout > > * doc/contributi

Re: [PATCH] DISCUSSION: Jookia's Libreboot+LUKS+LVM FDE patch.

2016-03-11 Thread Ludovic Courtès
Jookia <166...@gmail.com> skribis: > I'd really like to discuss how much I needed to break to get the > mapped-devices, > file-systems and swap-devices to just 'work'. I even had to make a function to > return a mapped-device type, and have swap-devices not do dependency tests > since > I techni

Re: [PATCH] Suggest `guix.scm' for upstream maintainers.

2016-03-11 Thread Ludovic Courtès
"Thompson, David" skribis: > On Thu, Mar 10, 2016 at 11:03 AM, Ludovic Courtès wrote: >> Jan Nieuwenhuizen skribis: >> >>> From fc6dd2108dae76e09e1bfcd6d04c36943469434f Mon Sep 17 00:00:00 2001 >>> From: Jan Nieuwenhuizen >>> Date: Wed, 9 Mar 2016 22:18:48 +0100 >>> Subject: [PATCH] Suggest `g

Re: 01/01: doc: Typos and small stylistic changes.

2016-03-11 Thread Ludovic Courtès
Alex Kost skribis: > Andreas Enge (2016-03-05 18:27 +0300) wrote: > >> commit 1068f26b797ed7c1475d93cab6eed53c9097c7f6 >> Author: Andreas Enge >> Date: Sat Mar 5 16:26:55 2016 +0100 >> >> doc: Typos and small stylistic changes. >> >> * guix.texi: Correct typos and make minor changes. >

[PATCH] Add CD-HIT

2016-03-11 Thread Ricardo Wurmus
>From 19d0402a90ee8f93f099fb026a7ba5436f77a21b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 11 Mar 2016 14:57:29 +0100 Subject: [PATCH] gnu: Add CD-HIT. * gnu/packages/bioinformatics.scm (cd-hit): New variable. --- gnu/packages/bioinformatics.scm | 50

Re: [PATCH] doc: Clarify and consolidate modify-services documentation.

2016-03-11 Thread Ludovic Courtès
Chris Marusich skribis: > In particular, I found that the current recommended way to modify a > service (i.e., using 'modify-services') relies on the 'inherit' feature > of records that are created via the macros that 'define-record-type*' > produces. This is documented just fine in the (guix rec

Re: [WIP] Cross-compiler for arm-none-eabi

2016-03-11 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Now, I have a problem with this toolchain: it doesn’t seem to work > properly. While I can build “patches” for Axoloti that are linked with > the pre-compiled firmware from upstream, I cannot seem to create a > working firmware binary (that’s ChibiOS with extensions).

Re: [PATCH] doc: Add footnote about pointing ~/.config/guix/latest at user's checkout

2016-03-11 Thread Ricardo Wurmus
Christopher Allan Webber writes: > Ricardo Wurmus writes: > >> You can create a link “~/.config/guix/latest” pointing to, say, >> “~/dev/guix” (if that’s the directory holding the cloned repository). >> >> When you update with “git pull” you’ll only have to download recent >> changes, not the wh

Re: Malconnected machines & guix pull

2016-03-11 Thread Ricardo Wurmus
Pjotr Prins writes: > On Thu, Mar 10, 2016 at 04:44:30PM +0100, Ricardo Wurmus wrote: >> >> Marco van Zwetselaar writes: >> >> > In fact, what I am really looking for is a --substitute-urls option for >> > 'guix pull', or a way to separate the pull and the subsequent build, so >> > that I c

Re: [PATCH] gnu: Add bioawk.

2016-03-11 Thread Ricardo Wurmus
Roel Janssen writes: >>> + (replace >>> + 'install >> >> Please put “'install” on the same line as “(replace”. > > Should I do this for other (replace ...) as well? If I want to replace > the build phase, should I put it on the same line as well? Yes, the phase name(s) should

Re: [PATCH] gnu: Add Icedtea 3.0.0pre09

2016-03-11 Thread Ricardo Wurmus
Roel Janssen writes: > Thanks a lot for this patch. I succesfully upgraded the icedtea-7 to > icedtea-8 package by modifying: (define-public icedtea icedtea-8). > > Then I succesfully compiled Picard with ant and icedtea-8 from Guix. > So.. it works! That’s great! With the latest version of

01/01: gnu: custom-gcc: Delete broken or conflicting executables.

2016-03-11 Thread Efraim Flashner
https://lists.gnu.org/archive/html/guix-commits/2016-03/msg00229.html This patch seems to have broken slepc[1], slepc-complex[2] and randomjungle[3]. [1] http://hydra.gnu.org/build/1084459 [2] http://hydra.gnu.org/build/1084166 [3] http://hydra.gnu.org/build/1084474 -- Efraim Flashner אפרי

Re: [PATCH] gnu: font-dejavu: Update to 2.35.

2016-03-11 Thread Efraim Flashner
On Fri, 11 Mar 2016 13:08:17 +0300 Alex Kost wrote: > I was going to commit several updates including font-dejavu. Happily, > with: > > guix refresh -l font-dejavu > > I found that many things would be rebuilt (including some big ones like > abiword, libreoffice, gimp, gnome). This happens

Re: bug#22970: guix edit mutt -- not working

2016-03-11 Thread Jean Louis
Hello Alex, Thank you much. That looks like a solution that is valuable, and I would like to see that in future documentation. The info documentation and guix package --help now provide the option to read the file and evaluate from file, and I guess that this solution you provided is better for f

[PATCH] gnu: font-dejavu: Update to 2.35.

2016-03-11 Thread Alex Kost
I was going to commit several updates including font-dejavu. Happily, with: guix refresh -l font-dejavu I found that many things would be rebuilt (including some big ones like abiword, libreoffice, gimp, gnome). This happens because 'font-dejavu' is an input of 'cups-filters' which is an inpu

Re: [PATCH] gnu: Add Icedtea 3.0.0pre09

2016-03-11 Thread Roel Janssen
Hello Ricardo, Thanks a lot for this patch. I succesfully upgraded the icedtea-7 to icedtea-8 package by modifying: (define-public icedtea icedtea-8). Then I succesfully compiled Picard with ant and icedtea-8 from Guix. So.. it works! Thanks again for your work on all things Java, Roel Ricar

[PATCH] gnu: emacs-pdf-tools: Add missing input.

2016-03-11 Thread Alex Kost
The bottom line of the following text is the question: Is it possible to combine 2 (or more) build systems for building a package? I've noticed that the latest 'emacs-pdf-tools' depends on 'let-alist' library (my bad that I didn't notice this during update to 0.70), so I added it to the propagated

Re: [PATCH] fluxbox window manager

2016-03-11 Thread Danny Milosavljevic
> I went ahead and made the above changes in the attached patch. Please let me > know if the copyright line and git author are appropriate. Yes.