diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-04-05 23:32:02 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-04-05 23:52:35 +0200 |
commit | f4783d77ed8a24633611693b091102b226004971 (patch) | |
tree | 110a2df9e6dcc2f9b6b9fbae954a9df9ab9cd6c0 /gnu/packages/music.scm | |
parent | 8b39565ca3606efb7c0b0e4ab0b1b3d530fb908f (diff) | |
download | patches-f4783d77ed8a24633611693b091102b226004971.tar patches-f4783d77ed8a24633611693b091102b226004971.tar.gz |
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 <dannym@scratchpost.org>
Diffstat (limited to 'gnu/packages/music.scm')
-rw-r--r-- | gnu/packages/music.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 0b9b6e52fa..ee402bad4d 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") |