gnu: lilypond: Remove input labels.
* gnu/packages/music.scm (lilypond)[inputs]: Remove input labels. [native-inputs]: Dito.master
parent
1df2430f46
commit
607f1738db
|
@ -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
|
||||||
texlive-fontinst
|
texinfo
|
||||||
texlive-lh
|
texi2html-1.82
|
||||||
texlive-lm
|
(texlive-updmap.cfg
|
||||||
texlive-latex-cyrillic)))
|
(list texlive-epsf
|
||||||
("texinfo" ,texinfo)
|
texlive-fontinst
|
||||||
("texi2html" ,texi2html-1.82)
|
texlive-latex-cyrillic
|
||||||
("rsync" ,rsync)
|
texlive-lh
|
||||||
("pkg-config" ,pkg-config)
|
texlive-lm
|
||||||
("zip" ,zip)))
|
texlive-metapost))
|
||||||
|
zip))
|
||||||
(home-page "https://lilypond.org")
|
(home-page "https://lilypond.org")
|
||||||
(synopsis "Music typesetting")
|
(synopsis "Music typesetting")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue