From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55975) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLCt5-0000uY-0Q for guix-patches@gnu.org; Sun, 05 Apr 2020 17:33:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jLCt3-0005uP-QL for guix-patches@gnu.org; Sun, 05 Apr 2020 17:33:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35223) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jLCt3-0005uE-NX for guix-patches@gnu.org; Sun, 05 Apr 2020 17:33:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jLCt3-0002HT-LG for guix-patches@gnu.org; Sun, 05 Apr 2020 17:33:01 -0400 Subject: [bug#40458] [PATCH 01/10] gnu: alsa-modular-synth: Make some inputs native. References: In-Reply-To: Resent-Message-ID: From: Vincent Legoll Date: Sun, 5 Apr 2020 23:31:53 +0200 Message-Id: <20200405213202.13798-1-vincent.legoll@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40458@debbugs.gnu.org Cc: Vincent Legoll * gnu/packages/audio.scm (alsa-modular-synth)[inputs]: Move qttools from here... [native-inputs]: ...to here. --- gnu/packages/audio.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 68cea0a693..f5ef7b0f86 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -28,6 +28,7 @@ ;;; Copyright © 2019 Jan Wielkiewicz ;;; Copyright © 2019 Hartmt Goebel ;;; Copyright © 2019 Nicolas Goaziou +;;; Copyright © 2020 Vincent Legoll ;;; ;;; This file is part of GNU Guix. ;;; @@ -154,10 +155,10 @@ ("jack" ,jack-1) ("ladspa" ,ladspa) ("liblo" ,liblo) - ("qtbase" ,qtbase) - ("qttools" ,qttools))) + ("qtbase" ,qtbase))) (native-inputs `(("pkg-config" ,pkg-config) + ("qttools" ,qttools) ("gcc" ,gcc-5))) (home-page "http://alsamodular.sourceforge.net/") (synopsis "Realtime modular synthesizer and effect processor") -- 2.26.0