guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: synthv1: Make some inputs native.


From: guix-commits
Subject: 09/10: gnu: synthv1: Make some inputs native.
Date: Sun, 5 Apr 2020 18:03:34 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 8b39565ca3606efb7c0b0e4ab0b1b3d530fb908f
Author: Vincent Legoll <address@hidden>
AuthorDate: Sun Apr 5 23:32:01 2020 +0200

    gnu: synthv1: Make some inputs native.
    
    * gnu/packages/music.scm (synthv1)[inputs]: Move qttools from here...
    [native-inputs]: ...to here.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/music.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 3b5f172..0b9b6e5 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -25,6 +25,7 @@
 ;;; Copyright © 2019 raingloom <address@hidden>
 ;;; Copyright © 2019 David Wilson <address@hidden>
 ;;; Copyright © 2019, 2020 Alexandros Theodotou <address@hidden>
+;;; Copyright © 2020 Vincent Legoll <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1422,10 +1423,10 @@ users to select LV2 plugins and run them with jalv.")
        ("alsa-lib" ,alsa-lib)
        ("non-session-manager" ,non-session-manager)
        ("liblo" ,liblo)
-       ("qtbase" ,qtbase)
-       ("qttools" ,qttools)))
+       ("qtbase" ,qtbase)))
     (native-inputs
-     `(("pkg-config" ,pkg-config)))
+     `(("pkg-config" ,pkg-config)
+       ("qttools" ,qttools)))
     (home-page "https://synthv1.sourceforge.io";)
     (synopsis "Polyphonic subtractive synthesizer")
     (description



reply via email to

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