mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: alsa-modular-synth: Make some inputs native.
* gnu/packages/audio.scm (alsa-modular-synth)[inputs]: Move qttools from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
02b32cdda6
commit
391d12ff81
1 changed files with 3 additions and 2 deletions
|
@ -28,6 +28,7 @@
|
||||||
;;; Copyright © 2019 Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
|
;;; Copyright © 2019 Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
|
||||||
;;; Copyright © 2019 Hartmt Goebel <h.goebel@crazy-compilers.com>
|
;;; Copyright © 2019 Hartmt Goebel <h.goebel@crazy-compilers.com>
|
||||||
;;; Copyright © 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
;;; Copyright © 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||||
|
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -154,10 +155,10 @@ (define-public alsa-modular-synth
|
||||||
("jack" ,jack-1)
|
("jack" ,jack-1)
|
||||||
("ladspa" ,ladspa)
|
("ladspa" ,ladspa)
|
||||||
("liblo" ,liblo)
|
("liblo" ,liblo)
|
||||||
("qtbase" ,qtbase)
|
("qtbase" ,qtbase)))
|
||||||
("qttools" ,qttools)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
("qttools" ,qttools)
|
||||||
("gcc" ,gcc-5)))
|
("gcc" ,gcc-5)))
|
||||||
(home-page "http://alsamodular.sourceforge.net/")
|
(home-page "http://alsamodular.sourceforge.net/")
|
||||||
(synopsis "Realtime modular synthesizer and effect processor")
|
(synopsis "Realtime modular synthesizer and effect processor")
|
||||||
|
|
Loading…
Reference in a new issue