guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: lilypond: Remove input labels.


From: guix-commits
Subject: 02/02: gnu: lilypond: Remove input labels.
Date: Mon, 6 Feb 2023 17:25:54 -0500 (EST)

jonsger pushed a commit to branch master
in repository guix.

commit 607f1738db545875bd050c07b233fd2e1909386c
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Mon Feb 6 23:24:27 2023 +0100

    gnu: lilypond: Remove input labels.
    
    * gnu/packages/music.scm (lilypond)[inputs]: Remove input labels.
    [native-inputs]: Dito.
---
 gnu/packages/music.scm | 58 ++++++++++++++++++++++++++------------------------
 1 file changed, 30 insertions(+), 28 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]