~ruther/guix-local

df9031e1689c62655422985f60d8ea3fdf541648 — Efraim Flashner 9 years ago ca1cab8
gnu: alsa-modular-synth: Build with modular qt.

* gnu/packages/audio.scm (alsa-modular-synth)[inputs]: Remove qt,
add qtbase, qttools.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/audio.scm
M gnu/packages/audio.scm => gnu/packages/audio.scm +3 -1
@@ 4,6 4,7 @@
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015 Alex Kost <alezost@gmail.com>
;;; Copyright © 2015, 2016 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 100,7 101,8 @@
       ("jack" ,jack-1)
       ("ladspa" ,ladspa)
       ("liblo" ,liblo)
       ("qt" ,qt)))
       ("qtbase" ,qtbase)
       ("qttools" ,qttools)))
    (native-inputs
     `(("pkg-config" ,pkg-config)))
    (home-page "http://alsamodular.sourceforge.net/")