mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: alsa-modular-synth: Build with modular qt.
* gnu/packages/audio.scm (alsa-modular-synth)[inputs]: Remove qt, add qtbase, qttools.
This commit is contained in:
parent
ca1cab8243
commit
df9031e168
1 changed files with 3 additions and 1 deletions
|
@ -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 @@ (define-public alsa-modular-synth
|
|||
("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/")
|
||||
|
|
Loading…
Reference in a new issue