Re: [PATCH] Add Faust and Guitarix.

2015-06-21 Thread Ludovic Courtès
Ricardo Wurmus rek...@elephly.net skribis: Ludovic Courtès l...@gnu.org writes: [...] +(native-search-paths + (list (search-path-specification +(variable LV2_PATH) +(files '(lib/lv2) Shouldn’t it be in LV2 itself instead? I don’t know. LV2_PATH is

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 Faust and Guitarix.

2015-06-16 Thread Ludovic Courtès
Ricardo Wurmus rek...@elephly.net skribis: From 7d0f4d6702cf6ed370e534862244fb65c414f46d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus rek...@elephly.net Date: Sun, 14 Jun 2015 15:00:37 +0200 Subject: [PATCH 1/3] gnu: Add Faust. * gnu/packages/audio.scm (faust): New variable. [...] +

Re: [PATCH] Add Faust and Guitarix.

2015-06-16 Thread Ludovic Courtès
Mark H Weaver m...@netris.org skribis: Alex Kost alez...@gmail.com writes: Ricardo Wurmus (2015-06-14 19:32 +0300) wrote: [...] +(build-system gnu-build-system) +(arguments + `(#:make-flags (list (string-append prefix= (assoc-ref %outputs out))) I think it is clearer to

Re: [PATCH] Add Faust and Guitarix.

2015-06-15 Thread Mark H Weaver
Alex Kost alez...@gmail.com writes: Ricardo Wurmus (2015-06-14 19:32 +0300) wrote: [...] +(build-system gnu-build-system) +(arguments + `(#:make-flags (list (string-append prefix= (assoc-ref %outputs out))) I think it is clearer to use just '%output':

Re: [PATCH] Add Faust and Guitarix.

2015-06-14 Thread Alex Kost
Ricardo Wurmus (2015-06-14 19:32 +0300) wrote: [...] +(build-system gnu-build-system) +(arguments + `(#:make-flags (list (string-append prefix= (assoc-ref %outputs out))) I think it is clearer to use just '%output': `(#:make-flags (list (string-append prefix= %output)))