Re: [PATCH] Add Faust and Guitarix.

2015-06-18 Thread Ricardo Wurmus
Ludovic Courtès l...@gnu.org writes: Subject: [PATCH 1/3] gnu: Add Faust. * gnu/packages/audio.scm (faust): New variable. [...] + 'unpack 'remove-prebuilt-library + (lambda _ +(delete-file architecture/android/libs/armeabi-v7a/libfaust_dsp.so) This

Re: [PATCH] Add Raul.

2015-06-18 Thread Ricardo Wurmus
Alex Kost alez...@gmail.com writes: Ricardo Wurmus (2015-06-14 19:25 +0300) wrote: [...] +(synopsis Real-time audio utility library) +(description + Raul (Real-time Audio Utility Library) is a C++ utility library primarily +aimed at audio/musical applications.) In my

Re: guix size

2015-06-18 Thread Ludovic Courtès
Federico Beffa be...@ieee.org skribis: l...@gnu.org (Ludovic Courtès) writes: Nice! Here the output shows 3 columns next to store items. The first column, labeled “total”, shows the size in mebibytes (MiB) of the typo: mebibytes No that’s intended:

[PATCH] emacs: Add completions for 'edit' and 'size' commands.

2015-06-18 Thread Alex Kost
Ludovic is quick on adding new commands :-) Thank you very much! These commands are great!! From 1f1330c80e4057040721d5e32cbac0dfc9f1da57 Mon Sep 17 00:00:00 2001 From: Alex Kost alez...@gmail.com Date: Thu, 18 Jun 2015 16:21:13 +0300 Subject: [PATCH] emacs: Add completions for 'edit' and

Re: Help needed with security updates for Qt

2015-06-18 Thread Ludovic Courtès
I’m not really taking the offer ;-), but I agree that it’s crucial to “do something about it.” Chromium may be the most difficult of those bundled dependencies, but there are probably others that are easier to get rid of, as a starter. I hope we can share work with Debian and other distros that

Re: [PATCH] gnu: Add rhythmbox.

2015-06-18 Thread Ricardo Wurmus
David Hashe david.ha...@dhashe.com writes: * gnu/packages/gnome.scm (rhythmbox): New variable. [...] +(define-public rhythmbox + (package + (name rhythmbox) + (version 3.2.1) + (source (origin +(method url-fetch) +(uri (string-append

[PATCH] Add setBfree.

2015-06-18 Thread Ricardo Wurmus
Attached is a patch for an organ emulation. As I built it I noticed that ftgl should propagate its input “freetype” as its pkg-config file contains this line: Requires.private: freetype2 From 00bd892e00e2f8d1261f4fffaf2a9ba31d5961e8 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus

Re: [PATCH] Integrate the package list in the website.

2015-06-18 Thread Luis Felipe López Acevedo
On 2015-06-18 04:44, l...@gnu.org wrote: I’ve uploaded the new web page and updated the script on hydra.gnu.org that updates it every day: https://www.gnu.org/software/guix/package-list.html Great! As Mathieu told me, it looks OK, but there’s probably room for improvement in the CSS of

[PATCH 1/2] gnu: Make 'mount' interface in static Guile consistent with Guix API.

2015-06-18 Thread David Thompson
From 6efe8e786674d40e01df48c7df9a952107831ad9 Mon Sep 17 00:00:00 2001 From: David Thompson da...@gnu.org Date: Thu, 18 Jun 2015 20:21:41 -0400 Subject: [PATCH 1/2] gnu: Make 'mount' interface in static Guile consistent with Guix API. Rather than expecting a pointer, the version of 'mount' in

[PATCH 2/2] gnu: Add control group file systems.

2015-06-18 Thread David Thompson
From 339bc3a744ad07f8513fbbf4b1cfd7955fdf7f1d Mon Sep 17 00:00:00 2001 From: David Thompson da...@gnu.org Date: Thu, 18 Jun 2015 20:40:57 -0400 Subject: [PATCH 2/2] gnu: Add control group file systems. * gnu/system/file-systems.scm (%control-groups): New variable. (%base-file-system): Include

Re: [PATCH] gnu: Add rhythmbox.

2015-06-18 Thread David Hashe
Thanks for the review. On Thu, Jun 18, 2015 at 8:45 AM, Ricardo Wurmus rek...@elephly.net wrote: David Hashe david.ha...@dhashe.com writes: * gnu/packages/gnome.scm (rhythmbox): New variable. [...] +(define-public rhythmbox + (package + (name rhythmbox) + (version 3.2.1) +

Re: emacs packages

2015-06-18 Thread Federico Beffa
On Wed, Jun 17, 2015 at 10:00 PM, Alex Kost alez...@gmail.com wrote: Mark H Weaver (2015-06-17 21:42 +0300) wrote: Federico Beffa be...@ieee.org writes: What do you think about the attached implementation? [...] +(define (emacs-byte-compile files) + Byte compile FILES, a list of file

Re: guix size

2015-06-18 Thread Federico Beffa
On Thu, Jun 18, 2015 at 2:24 PM, Ludovic Courtès l...@gnu.org wrote: Federico Beffa be...@ieee.org skribis: l...@gnu.org (Ludovic Courtès) writes: Nice! Here the output shows 3 columns next to store items. The first column, labeled “total”, shows the size in mebibytes (MiB) of the

Re: emacs packages

2015-06-18 Thread Federico Beffa
On Wed, Jun 17, 2015 at 8:21 PM, Alex Kost alez...@gmail.com wrote: The code for loading …-autoloads.el files is placed in guix-emacs.el, so perhaps it would be enough to adjust: - 'guix-emacs-find-autoloads' to make it look at subdirs; - 'guix-emacs-load-autoloads' to add the subdir to

Re: [PATCH] Add Raul.

2015-06-18 Thread Ludovic Courtès
Ricardo Wurmus rek...@elephly.net skribis: From 14a14d312198f4c3a0cac7c308c925b35a80c5cd Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus rek...@elephly.net Date: Sun, 14 Jun 2015 10:05:38 +0200 Subject: [PATCH] gnu: Add Raul. * gnu/packages/audio.scm (raul): New variable. OK! Thanks, Ludo’.

Re: [PATCH] Add Raul.

2015-06-18 Thread Ludovic Courtès
Ricardo Wurmus rek...@elephly.net skribis: Alex Kost alez...@gmail.com writes: Ricardo Wurmus (2015-06-14 19:25 +0300) wrote: [...] +(synopsis Real-time audio utility library) +(description + Raul (Real-time Audio Utility Library) is a C++ utility library primarily +aimed

Using a shared Guix store (was RE: [Bio-packaging] testing out guix)

2015-06-18 Thread Cook, Malcolm
Ricardo, Pj, et al, ... Hi - I am resending this message as I omitted Guix-devel guix-devel@gnu.org at first and would like to cast a broader net I am interested in understanding details behind Ricardo's observation: Guix is not designed to be run in a centralised manner. A Guix daemon

guix size

2015-06-18 Thread Ludovic Courtès
Hello! Commit fcc58db adds a new ‘guix size’ command (I’ve copied the documentation below.) I encourage you to give it a try, it’s quite insightful. For instance: --8---cut here---start-8--- $ ./pre-inst-env guix size ardour substitute: updating list of

Re: guix edit

2015-06-18 Thread Ludovic Courtès
Pushed in 39bee8a! Ludo’.

guix size

2015-06-18 Thread Federico Beffa
l...@gnu.org (Ludovic Courtès) writes: Nice! Here the output shows 3 columns next to store items. The first column, labeled “total”, shows the size in mebibytes (MiB) of the typo: mebibytes Regards, Fede

Re: guix size

2015-06-18 Thread Taylan Ulrich Bayırlı/Kammer
Federico Beffa be...@ieee.org writes: l...@gnu.org (Ludovic Courtès) writes: Nice! Here the output shows 3 columns next to store items. The first column, labeled “total”, shows the size in mebibytes (MiB) of the typo: mebibytes Regards, Fede https://en.wikipedia.org/wiki/Mebibyte

Re: [PATCH] Integrate the package list in the website.

2015-06-18 Thread Ludovic Courtès
I’ve uploaded the new web page and updated the script on hydra.gnu.org that updates it every day: https://www.gnu.org/software/guix/package-list.html As Mathieu told me, it looks OK, but there’s probably room for improvement in the CSS of that page. Felipe, what do you think? :-) Thanks

Re: guix edit

2015-06-18 Thread Amirouche Boubekki
On 2015-06-17 21:15, l...@gnu.org wrote: Amirouche Boubekki amirou...@hypermove.net skribis: A usecase, I have in mind from experience, is being in vm/container and having to edit the recipe for that specific vm *but* that recipe is in the main normal repository. Like for instance, gcc for a