guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: vmpk: Make some inputs native.


From: guix-commits
Subject: 10/10: gnu: vmpk: 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 f4783d77ed8a24633611693b091102b226004971
Author: Vincent Legoll <address@hidden>
AuthorDate: Sun Apr 5 23:32:02 2020 +0200

    gnu: vmpk: Make some inputs native.
    
    * gnu/packages/music.scm (vmpk)[inputs]: Move qttools from here...
    [native-inputs]: ...to here.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/music.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 0b9b6e5..ee402ba 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2139,11 +2139,11 @@ backends, including ALSA, OSS, Network and FluidSynth.")
      `(("drumstick" ,drumstick)
        ("qtbase" ,qtbase)
        ("qtsvg" ,qtsvg)
-       ("qttools" ,qttools)
        ("qtx11extras" ,qtx11extras)))
     (native-inputs
      `(("libxslt" ,libxslt) ;for xsltproc
        ("docbook-xsl" ,docbook-xsl)
+       ("qttools" ,qttools)
        ("pkg-config" ,pkg-config)))
     (home-page "http://vmpk.sourceforge.net";)
     (synopsis "Virtual MIDI piano keyboard")



reply via email to

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