mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: amsynth: Only build documentation on some platforms.
* gnu/packages/music.scm (amsynth)[native-inputs]: Only include pandoc on supported systems. Change-Id: I7ec78f3ed38feb2ac76292d5b97f622af489b30b
This commit is contained in:
@@ -2700,10 +2700,12 @@ special variant of additive synthesis.")
|
||||
;; 'org.gnome.desktop.interface' is not installed
|
||||
(list gsettings-desktop-schemas))
|
||||
(native-inputs
|
||||
(list intltool
|
||||
pkg-config
|
||||
;; For generating the documentation.
|
||||
pandoc))
|
||||
(append (list intltool
|
||||
pkg-config)
|
||||
;; For generating the documentation.
|
||||
(if (supported-package? pandoc)
|
||||
(list pandoc)
|
||||
'())))
|
||||
(home-page "https://amsynth.github.io")
|
||||
(synopsis "Analog modeling synthesizer")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user