gnu: vmpk: Make some inputs native.
authorVincent Legoll <vincent.legoll@gmail.com>
Sun, 5 Apr 2020 21:32:02 +0000 (23:32 +0200)
committerDanny Milosavljevic <dannym@scratchpost.org>
Sun, 5 Apr 2020 21:52:35 +0000 (23:52 +0200)
* gnu/packages/music.scm (vmpk)[inputs]: Move qttools from here...
[native-inputs]: ...to here.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
gnu/packages/music.scm

index 0b9b6e5..ee402ba 100644 (file)
@@ -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")