guix-commits
[Top][All Lists]
Advanced

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

29/36: gnu: qsynth: Use modular qt.


From: David Craven
Subject: 29/36: gnu: qsynth: Use modular qt.
Date: Thu, 18 Aug 2016 15:58:30 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit 598f639413eb9ad525621410e4cc982fd10f170e
Author: David Craven <address@hidden>
Date:   Mon Aug 15 20:31:24 2016 +0200

    gnu: qsynth: Use modular qt.
    
    * gnu/packages/audio.scm (qsynth)[inputs]: Add qtbase, qtx11extras. Remove 
qt.
    [native-inputs]: Add qttools.
---
 gnu/packages/audio.scm |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 5c42aaa..a21cd5b 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2112,9 +2112,12 @@ interface.")
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f)) ; no "check" phase
+    (native-inputs
+     `(("qttools" ,qttools)))
     (inputs
-     `(("qt" ,qt)
-       ("fluidsynth" ,fluidsynth)))
+     `(("fluidsynth" ,fluidsynth)
+       ("qtbase" ,qtbase)
+       ("qtx11extras" ,qtx11extras)))
     (home-page "http://qsynth.sourceforge.net";)
     (synopsis "Graphical user interface for FluidSynth")
     (description



reply via email to

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