gnu: solfege: Build scores with Lilypond.

* gnu/packages/music.scm (solfege)[inputs]: Add "lilypond".
This commit is contained in:
Ricardo Wurmus 2016-01-17 22:56:48 +01:00
parent 18ef998bfc
commit e8309291a7
1 changed files with 1 additions and 7 deletions

View File

@ -462,11 +462,7 @@ for path in [path for path in sys.path if 'site-packages' in path]: site.addsite
("pygtk" ,python2-pygtk) ("pygtk" ,python2-pygtk)
("gettext" ,gnu-gettext) ("gettext" ,gnu-gettext)
("gtk" ,gtk+) ("gtk" ,gtk+)
;; TODO: Lilypond is optional. Produces errors at build time: ("lilypond" ,lilypond)
;; Drawing systems...Error: /undefinedresult in --glyphshow--
;; Fontconfig is needed to fix one of the errors, but other similar
;; errors remain.
;;("lilypond" ,lilypond)
("librsvg" ,librsvg) ; needed at runtime for icons ("librsvg" ,librsvg) ; needed at runtime for icons
("libpng" ,libpng) ; needed at runtime for icons ("libpng" ,libpng) ; needed at runtime for icons
;; players needed at runtime ;; players needed at runtime
@ -480,8 +476,6 @@ for path in [path for path in sys.path if 'site-packages' in path]: site.addsite
("txt2man" ,txt2man) ("txt2man" ,txt2man)
("libxml2" ,libxml2) ; for tests ("libxml2" ,libxml2) ; for tests
("ghostscript" ,ghostscript) ("ghostscript" ,ghostscript)
;;("fontconfig" ,fontconfig) ; only needed with lilypond
;;("freetype" ,freetype) ; only needed with lilypond
("texinfo" ,texinfo))) ("texinfo" ,texinfo)))
(home-page "https://www.gnu.org/software/solfege/") (home-page "https://www.gnu.org/software/solfege/")
(synopsis "Ear training") (synopsis "Ear training")