me
/
guix
Archived
1
0
Fork 0

gnu: lilypond: Remove input labels.

* gnu/packages/music.scm (lilypond)[inputs]: Remove input labels.
[native-inputs]: Dito.
master
Jonathan Brielmaier 2023-02-06 23:24:27 +01:00
parent 1df2430f46
commit 607f1738db
No known key found for this signature in database
GPG Key ID: ECFC83988B4E4B9F
1 changed files with 30 additions and 28 deletions

View File

@ -50,6 +50,7 @@
;;; Copyright © 2022 Wamm K. D. <jaft.r@outlook.com> ;;; Copyright © 2022 Wamm K. D. <jaft.r@outlook.com>
;;; Copyright © 2022 Jose G Perez Taveras <josegpt27@gmail.com> ;;; Copyright © 2022 Jose G Perez Taveras <josegpt27@gmail.com>
;;; Copyright © 2022 jgart <jgart@dismail.de> ;;; Copyright © 2022 jgart <jgart@dismail.de>
;;; Copyright © 2023 Jonathan Brielmaier <jonathan.brielmaier@web.de>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -1412,35 +1413,36 @@ and auto-mapping slices to MIDI note numbers.")
(("\"/bin/sh\"") (("\"/bin/sh\"")
(string-append "\"" (search-input-file inputs "bin/sh") "\"")))))))) (string-append "\"" (search-input-file inputs "bin/sh") "\""))))))))
(inputs (inputs
`(("guile" ,guile-3.0) (list extractpdfmark
("extractpdfmark" ,extractpdfmark) font-dejavu
("font-dejavu" ,font-dejavu) font-tex-gyre
("font-tex-gyre" ,font-tex-gyre) fontconfig
("fontconfig" ,fontconfig) freetype
("freetype" ,freetype) ghostscript
("ghostscript" ,ghostscript) guile-3.0
("pango" ,pango) pango
("python" ,python))) python))
(native-inputs (native-inputs
`(("bison" ,bison) (list bison
("perl" ,perl) dblatex
("flex" ,flex) flex
("fontforge" ,fontforge) fontforge
("dblatex" ,dblatex) gettext-minimal
("gettext" ,gettext-minimal) imagemagick
("imagemagick" ,imagemagick) netpbm
("netpbm" ,netpbm) ;for pngtopnm perl
("texlive" ,(texlive-updmap.cfg (list texlive-metapost pkg-config
texlive-epsf rsync
texinfo
texi2html-1.82
(texlive-updmap.cfg
(list texlive-epsf
texlive-fontinst texlive-fontinst
texlive-latex-cyrillic
texlive-lh texlive-lh
texlive-lm texlive-lm
texlive-latex-cyrillic))) texlive-metapost))
("texinfo" ,texinfo) zip))
("texi2html" ,texi2html-1.82)
("rsync" ,rsync)
("pkg-config" ,pkg-config)
("zip" ,zip)))
(home-page "https://lilypond.org") (home-page "https://lilypond.org")
(synopsis "Music typesetting") (synopsis "Music typesetting")
(description (description