guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/10: gnu: alsa-modular-synth: Make some inputs native.


From: guix-commits
Subject: 01/10: gnu: alsa-modular-synth: Make some inputs native.
Date: Sun, 5 Apr 2020 18:03:31 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 391d12ff8127899db26be8adac9b31fd743742e6
Author: Vincent Legoll <address@hidden>
AuthorDate: Sun Apr 5 23:31:53 2020 +0200

    gnu: alsa-modular-synth: Make some inputs native.
    
    * gnu/packages/audio.scm (alsa-modular-synth)[inputs]: Move qttools from 
here...
    [native-inputs]: ...to here.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 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 f415ff4..a4c21be 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -28,6 +28,7 @@
 ;;; Copyright © 2019 Jan Wielkiewicz <address@hidden>
 ;;; Copyright © 2019 Hartmt Goebel <address@hidden>
 ;;; Copyright © 2019 Nicolas Goaziou <address@hidden>
+;;; Copyright © 2020 Vincent Legoll <address@hidden>
 ;;;
 ;;; 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]