From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Add Qtractor. Date: Mon, 18 Jan 2016 09:49:24 +0100 Message-ID: <87mvs3uvaj.fsf@elephly.net> References: <87si1wuqwo.fsf@elephly.net> <20160118072248.GA28386@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aL5VG-0002yq-L4 for guix-devel@gnu.org; Mon, 18 Jan 2016 03:49:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aL5VD-0004Cb-Eu for guix-devel@gnu.org; Mon, 18 Jan 2016 03:49:34 -0500 Received: from sender163-mail.zoho.com ([74.201.84.163]:25364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aL5VD-0004Bt-5c for guix-devel@gnu.org; Mon, 18 Jan 2016 03:49:31 -0500 In-reply-to: <20160118072248.GA28386@jasmine> 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: Leo Famulari Cc: Guix-devel Leo Famulari writes: > On Sun, Jan 17, 2016 at 05:11:51PM +0100, Ricardo Wurmus wrote: >> From ab732cfc4a8827c40000c455a1bb29a5e87a14d9 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Sun, 17 Jan 2016 17:10:31 +0100 >> Subject: [PATCH] gnu: Add Qtractor. >> >> * gnu/packages/music.scm (qtractor): New variable. > > I tried it on Debian. It gave a warning about the JACK server not > running. If that is expected then it looks good to me. That’s expected if you don’t have a JACK server running. We offer two implementations of JACK in Guix. Thanks for the review! ~~ Ricardo