diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-01-17 22:56:48 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-01-17 22:57:58 +0100 |
commit | e8309291a72bdd44a49630aa4d7a3c1c2e584f5f (patch) | |
tree | 90bbe5142818a35904d9da66a84f456d076faf1c /gnu/packages/music.scm | |
parent | 18ef998bfc91da5fd27e524e5e4b05f6374cf73a (diff) | |
download | guix-e8309291a72bdd44a49630aa4d7a3c1c2e584f5f.tar guix-e8309291a72bdd44a49630aa4d7a3c1c2e584f5f.tar.gz |
gnu: solfege: Build scores with Lilypond.
* gnu/packages/music.scm (solfege)[inputs]: Add "lilypond".
Diffstat (limited to 'gnu/packages/music.scm')
-rw-r--r-- | gnu/packages/music.scm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 813893e11b..bfc90c1eeb 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -462,11 +462,7 @@ for path in [path for path in sys.path if 'site-packages' in path]: site.addsite ("pygtk" ,python2-pygtk) ("gettext" ,gnu-gettext) ("gtk" ,gtk+) - ;; TODO: Lilypond is optional. Produces errors at build time: - ;; Drawing systems...Error: /undefinedresult in --glyphshow-- - ;; Fontconfig is needed to fix one of the errors, but other similar - ;; errors remain. - ;;("lilypond" ,lilypond) + ("lilypond" ,lilypond) ("librsvg" ,librsvg) ; needed at runtime for icons ("libpng" ,libpng) ; needed at runtime for icons ;; 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) ("libxml2" ,libxml2) ; for tests ("ghostscript" ,ghostscript) - ;;("fontconfig" ,fontconfig) ; only needed with lilypond - ;;("freetype" ,freetype) ; only needed with lilypond ("texinfo" ,texinfo))) (home-page "https://www.gnu.org/software/solfege/") (synopsis "Ear training") |