mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: amsynth: Generate man pages.
* gnu/packages/music.scm (amsynth)[native-inputs]: Add pandoc. Change-Id: I0560e73084a27234841bdf51d811123bd393ab12
This commit is contained in:
parent
6f4824a49d
commit
48805a4d06
1 changed files with 5 additions and 1 deletions
|
@ -147,6 +147,7 @@ (define-module (gnu packages music)
|
|||
#:use-module (gnu packages gtk)
|
||||
#:use-module (gnu packages guile)
|
||||
#:use-module (gnu packages haskell)
|
||||
#:use-module (gnu packages haskell-xyz)
|
||||
#:use-module (gnu packages icu4c)
|
||||
#:use-module (gnu packages image)
|
||||
#:use-module (gnu packages image-viewers)
|
||||
|
@ -2699,7 +2700,10 @@ (define-public amsynth
|
|||
;; 'org.gnome.desktop.interface' is not installed
|
||||
(list gsettings-desktop-schemas))
|
||||
(native-inputs
|
||||
(list intltool pkg-config))
|
||||
(list intltool
|
||||
pkg-config
|
||||
;; For generating the documentation.
|
||||
pandoc))
|
||||
(home-page "https://amsynth.github.io")
|
||||
(synopsis "Analog modeling synthesizer")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue