From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add XJackFreak. Date: Tue, 22 Sep 2015 09:48:12 +0200 Message-ID: <87mvwe3ner.fsf@gnu.org> References: <87y4g264l4.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeIJE-0001JW-2M for guix-devel@gnu.org; Tue, 22 Sep 2015 03:48:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeIJD-00046d-0z for guix-devel@gnu.org; Tue, 22 Sep 2015 03:48:15 -0400 In-Reply-To: <87y4g264l4.fsf@elephly.net> (Ricardo Wurmus's message of "Sat, 19 Sep 2015 13:17:27 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: "guix-devel@gnu.org" Ricardo Wurmus skribis: > From e2a9d5bd613da81a050875af5f580da87dfa08b9 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Sat, 19 Sep 2015 13:16:38 +0200 > Subject: [PATCH] gnu: Add XJackFreak. > > * gnu/packages/audio.scm (xjackfreak): New variable. [...] > + (list (string-append "docdir=3D" (assoc-ref %outputs "out") > + "/share/doc/")) Assuming the doc goes to PREFIX/share/doc/xjackfreak (and not just PREFIX/share/doc), it LGTM. Thanks! Ludo=E2=80=99.