From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 25 22:28:56 2022 Received: (at submit) by debbugs.gnu.org; 26 Dec 2022 03:28:56 +0000 Received: from localhost ([127.0.0.1]:50466 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p9eAa-0001sy-03 for submit@debbugs.gnu.org; Sun, 25 Dec 2022 22:28:56 -0500 Received: from lists.gnu.org ([209.51.188.17]:57020) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p9eAY-0001sm-Aq for submit@debbugs.gnu.org; Sun, 25 Dec 2022 22:28:54 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p9eAX-0006D7-WD for guix-patches@gnu.org; Sun, 25 Dec 2022 22:28:54 -0500 Received: from mx1.dismail.de ([78.46.223.134]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p9eAV-0006el-B3 for guix-patches@gnu.org; Sun, 25 Dec 2022 22:28:53 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id aac84cb4 for ; Mon, 26 Dec 2022 04:28:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=20190914; bh=KHK32bwIwgI+8F78ckKx1 JPTvTvTqwFILZg29dhTt9o=; b=CI731hVej4fWMAQP0u7rjSoTGY8U4NEyF1I+Y RbSQ+8EhKtlkWdqhv4x04WvT/IkL1Gy4h9lorUxZYX7doIqqnHb+Ynh1vk3mIKkL /LQd+b6kDriSZSJUQ04HZHRNH4THfS6/AZHaXAKr7m0QELjLx8c0O83CkmN8rAC8 EiI/9HqoBeMLGA61rpFcrefJWkrSykeZ5v9DZvd9rv2jK9EpZlwiomDKR2d7oMNy TuiVOiNXQNN63yAq7xS49jxqs704OyuTXXgDW7ba/+BoEqRFehtyMK0fV7vy1lHs I9aMmoBwGrRXOwjWrc2Wre9nGnKFEW/NPlq6ANoAG2lxUidvA== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id beaa1be9 for ; Mon, 26 Dec 2022 04:28:47 +0100 (CET) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 8ff937d7 for ; Mon, 26 Dec 2022 04:28:47 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 7a51dbd6 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 26 Dec 2022 04:28:41 +0100 (CET) From: jgart To: guix-patches@gnu.org Subject: [PATCH Draft] gnu: lilypond: Update to 2.24.0 Date: Sun, 25 Dec 2022 21:27:38 -0600 Message-Id: <20221226032737.31606-1-jgart@dismail.de> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/music.scm (lilypond): Update to 2.24.0 [arguments]: Remove adjust-to-API-change, prepare-configuration, and install-info phases. Use disable-documentation flag and GUILE_FLAVOUR environment variable. Remove make-flags keyword option. [inputs]: Add extractpdfmark and update guile to 3.0. [native-inputs]: Update Python 2 to 3 and add missing texlive-fontinst and texlive-lm hi, this is a wip. Any code review much appreciated! --- gnu/packages/music.scm | 68 ++++++++++++++---------------------------- 1 file changed, 22 insertions(+), 46 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 5be767a138..63e9732613 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -49,6 +49,7 @@ ;;; Copyright © 2022 Maxim Cournoyer ;;; Copyright © 2022 Wamm K. D. ;;; Copyright © 2022 Jose G Perez Taveras +;;; Copyright © 2022 jgart ;;; ;;; This file is part of GNU Guix. ;;; @@ -96,6 +97,7 @@ (define-module (gnu packages music) #:use-module (gnu packages backup) #:use-module (gnu packages base) ;libbdf #:use-module (gnu packages bash) + #:use-module (gnu packages bdw-gc) #:use-module (gnu packages benchmark) #:use-module (gnu packages bison) #:use-module (gnu packages boost) @@ -1385,7 +1387,7 @@ (define-public ninjas2 (define-public lilypond (package (name "lilypond") - (version "2.20.0") + (version "2.24.0") (source (origin (method url-fetch) @@ -1393,60 +1395,32 @@ (define-public lilypond "v" (version-major+minor version) "/" "lilypond-" version ".tar.gz")) (sha256 - (base32 "0qd6pd4siss016ffmcyw5qc6pr2wihnvrgd4kh1x725w7wr02nar")))) + (base32 "0scbyzbxqnzgibls62npg2i3sywnb146gw7jlvinj9dhj8xvxv9w")))) (build-system gnu-build-system) (arguments - `(#:tests? #f ;out-test/collated-files.html fails - #:out-of-source? #t - #:make-flags '("conf=www") ;to generate images for info manuals - #:configure-flags - (list "CONFIGURATION=www" - (string-append "--with-texgyre-dir=" - (assoc-ref %build-inputs "font-tex-gyre") - "/share/fonts/opentype/")) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-path-references - (lambda _ - (substitute* "scm/backend-library.scm" - (("\\(search-executable '\\(\"gs\"\\)\\)") - (string-append "\"" (which "gs") "\"")) - (("\"/bin/sh\"") - (string-append "\"" (which "sh") "\""))))) - (add-after 'fix-path-references 'adjust-to-API-change - (lambda _ - (substitute* '("Documentation/pictures/GNUmakefile" - "stepmake/stepmake/tex-rules.make") - ((".*-c .setpdfwrite.*") "")) - (substitute* "scm/backend-library.scm" - (("\"-c.setpdfwrite\"") "")) - (substitute* "scm/framework-ps.scm" - (("\".setpdfwrite ") "\"")))) - (add-before 'configure 'prepare-configuration - (lambda _ - (substitute* "configure" - (("SHELL=/bin/sh") "SHELL=sh") - ;; When checking the fontforge version do not consider the - ;; version string that's part of the directory. - (("head -n") "tail -n") - ;; Also allow for SOURCE_DATE_EPOCH = 0 in fontforge. - (("20110222") "19700101")) - (setenv "out" "www") - (setenv "conf" "www"))) - (add-after 'install 'install-info - (lambda _ - (invoke "make" - "-j" (number->string (parallel-job-count)) - "conf=www" "install-info")))))) + (list #:tests? #f ;out-test/collated-files.html fails + #:out-of-source? #t + #:configure-flags + #~(list "--disable-documentation" "GUILE_FLAVOR=guile-3.0") + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-path-references + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "scm/backend-library.scm" + (("\\(search-executable '\\(\"gs\"\\)\\)") + (string-append "\"" (search-input-file inputs "bin/gs") "\"")) + (("\"/bin/sh\"") + (string-append "\"" (search-input-file inputs "bin/sh") "\"")))))))) (inputs - `(("guile" ,guile-1.8) + `(("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-2))) + ("python" ,python))) (native-inputs `(("bison" ,bison) ("perl" ,perl) @@ -1458,7 +1432,9 @@ (define-public lilypond ("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) -- 2.38.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 25 22:32:52 2022 Received: (at 60330) by debbugs.gnu.org; 26 Dec 2022 03:32:52 +0000 Received: from localhost ([127.0.0.1]:50473 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p9eEN-00021N-OK for submit@debbugs.gnu.org; Sun, 25 Dec 2022 22:32:52 -0500 Received: from mx1.dismail.de ([78.46.223.134]:38278) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p9eEM-000219-1l for 60330@debbugs.gnu.org; Sun, 25 Dec 2022 22:32:50 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id f293fce4 for <60330@debbugs.gnu.org>; Mon, 26 Dec 2022 04:32:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=20190914; bh=HndMNYNhx1u+J9iHnPCEG DZA39iCB6UQdDXRmq+89J4=; b=sdW/s++ZKnrCDXR8AyZdd21k4Wq2dx2Y0JcSj GgBeazY2Dc9boNBVGOYDXJX8Kvr6NFtPwdWTDDKJGvX10TMF6my3x/hrmZkJ0byN O5qKk1hGAR1gSPfHTb4BFmyusEqF1UE9xqND5ssoggn6Om15oa/tvIsghsgPqtEn LqTXMIqoPa1Y8B5R1Q41chf6WMfWCcrzZu26SwO5Av6zg2OfI5/37wzikhSFvi2p NUgQ47khenjbW8iCX9sAqFfOZT1MARZgdG0jzCiwHzxvtsoLSWNPkB0sFUBWjM6K dqagOB4Qtg86v7UMpMkWhWI8L3bRTbky3TIc1Z+xb+Vfm+r4A== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 785d75fa for <60330@debbugs.gnu.org>; Mon, 26 Dec 2022 04:32:43 +0100 (CET) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id fe1f68ea for <60330@debbugs.gnu.org>; Mon, 26 Dec 2022 04:32:43 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 85372226 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 26 Dec 2022 04:32:42 +0100 (CET) From: jgart To: 60330@debbugs.gnu.org Subject: [PATCH v2 Draft] gnu: lilypond: Update to 2.24.0 Date: Sun, 25 Dec 2022 21:32:22 -0600 Message-Id: <20221226033221.32096-1-jgart@dismail.de> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 60330 Cc: jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/music.scm (lilypond): Update to 2.24.0 [arguments]: Remove adjust-to-API-change, prepare-configuration, and install-info phases. Use disable-documentation flag and GUILE_FLAVOUR environment variable. Remove make-flags keyword option. [inputs]: Add extractpdfmark and update guile to 3.0. [native-inputs]: Update Python 2 to 3 and add missing texlive-fontinst and texlive-lm --- gnu/packages/music.scm | 67 +++++++++++++----------------------------- 1 file changed, 21 insertions(+), 46 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 5be767a138..1727fdbbdf 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -49,6 +49,7 @@ ;;; Copyright © 2022 Maxim Cournoyer ;;; Copyright © 2022 Wamm K. D. ;;; Copyright © 2022 Jose G Perez Taveras +;;; Copyright © 2022 jgart ;;; ;;; This file is part of GNU Guix. ;;; @@ -1385,7 +1386,7 @@ (define-public ninjas2 (define-public lilypond (package (name "lilypond") - (version "2.20.0") + (version "2.24.0") (source (origin (method url-fetch) @@ -1393,60 +1394,32 @@ (define-public lilypond "v" (version-major+minor version) "/" "lilypond-" version ".tar.gz")) (sha256 - (base32 "0qd6pd4siss016ffmcyw5qc6pr2wihnvrgd4kh1x725w7wr02nar")))) + (base32 "0scbyzbxqnzgibls62npg2i3sywnb146gw7jlvinj9dhj8xvxv9w")))) (build-system gnu-build-system) (arguments - `(#:tests? #f ;out-test/collated-files.html fails - #:out-of-source? #t - #:make-flags '("conf=www") ;to generate images for info manuals - #:configure-flags - (list "CONFIGURATION=www" - (string-append "--with-texgyre-dir=" - (assoc-ref %build-inputs "font-tex-gyre") - "/share/fonts/opentype/")) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-path-references - (lambda _ - (substitute* "scm/backend-library.scm" - (("\\(search-executable '\\(\"gs\"\\)\\)") - (string-append "\"" (which "gs") "\"")) - (("\"/bin/sh\"") - (string-append "\"" (which "sh") "\""))))) - (add-after 'fix-path-references 'adjust-to-API-change - (lambda _ - (substitute* '("Documentation/pictures/GNUmakefile" - "stepmake/stepmake/tex-rules.make") - ((".*-c .setpdfwrite.*") "")) - (substitute* "scm/backend-library.scm" - (("\"-c.setpdfwrite\"") "")) - (substitute* "scm/framework-ps.scm" - (("\".setpdfwrite ") "\"")))) - (add-before 'configure 'prepare-configuration - (lambda _ - (substitute* "configure" - (("SHELL=/bin/sh") "SHELL=sh") - ;; When checking the fontforge version do not consider the - ;; version string that's part of the directory. - (("head -n") "tail -n") - ;; Also allow for SOURCE_DATE_EPOCH = 0 in fontforge. - (("20110222") "19700101")) - (setenv "out" "www") - (setenv "conf" "www"))) - (add-after 'install 'install-info - (lambda _ - (invoke "make" - "-j" (number->string (parallel-job-count)) - "conf=www" "install-info")))))) + (list #:tests? #f ;out-test/collated-files.html fails + #:out-of-source? #t + #:configure-flags + #~(list "--disable-documentation" "GUILE_FLAVOR=guile-3.0") + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-path-references + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "scm/backend-library.scm" + (("\\(search-executable '\\(\"gs\"\\)\\)") + (string-append "\"" (search-input-file inputs "bin/gs") "\"")) + (("\"/bin/sh\"") + (string-append "\"" (search-input-file inputs "bin/sh") "\"")))))))) (inputs - `(("guile" ,guile-1.8) + `(("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-2))) + ("python" ,python))) (native-inputs `(("bison" ,bison) ("perl" ,perl) @@ -1458,7 +1431,9 @@ (define-public lilypond ("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) -- 2.38.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 06 17:30:14 2023 Received: (at 60330-done) by debbugs.gnu.org; 6 Feb 2023 22:30:14 +0000 Received: from localhost ([127.0.0.1]:50154 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPA06-0007K0-5P for submit@debbugs.gnu.org; Mon, 06 Feb 2023 17:30:14 -0500 Received: from mout.web.de ([212.227.17.11]:35275) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPA04-0007IX-Eu for 60330-done@debbugs.gnu.org; Mon, 06 Feb 2023 17:30:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=web.de; s=s29768273; t=1675722605; bh=N3E2oXaS4XxgnqtLxUTHGb/VtlRDGGA09pnT80AbyIQ=; h=X-UI-Sender-Class:Date:To:Subject:From; b=hbeB0uB3MIPUD1IFGi1DgdvVBIMCNJiuipbOI6o4eT3ZobUzDZ/C5dF/VmGozD6+m LEFeifwNDYtohKq7JJuhKMTexwqQ6D8782GxI7i/WFJUQ3eOR/ruNdRNT9v74tdGEG eYTVQJiakzwtibJUH2X/vDHVEymM2Z1gIcwVtzxjXLlA0BkY2ZL/fdz4dLYmPoZzx8 vy7zNSXB+8azhlc6nqQpoHRfdixHXAEzMIIJkLN3KDlj3cOFc/7E+YSOwPDCvh4Ohm eRilmu9xmfB6XvSI8I7H+pEGgY211ZcWcwk852Z7yyGdL5Ci+rkapP+M5ElvKFV3Ne 5sZxMiGzGPbOw== X-UI-Sender-Class: 814a7b36-bfc1-4dae-8640-3722d8ec6cd6 Received: from [192.168.178.23] ([77.189.28.224]) by smtp.web.de (mrweb106 [213.165.67.124]) with ESMTPSA (Nemesis) id 1MElV3-1pNAik1dyV-00GFVZ for <60330-done@debbugs.gnu.org>; Mon, 06 Feb 2023 23:30:05 +0100 Message-ID: <93c24e00-3809-08b3-bfb8-7478a8f21bed@web.de> Date: Mon, 6 Feb 2023 23:30:04 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.0 To: 60330-done@debbugs.gnu.org Subject: [PATCH Draft] gnu: lilypond: Update to 2.24.0 Content-Language: en-US From: Jonathan Brielmaier Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K1:YeJcbgpF/a/IJdGnYmbfWb4cntHEvy80KqXL8K6LouTM9lJCEKA eSiqqh1OGQA0Rr7dOmy2nchQg1tccklUE8+xDjva/4gJBsRcV4Ub6beXL+LQEXi8rYRKqsX nBlyz8sxxwBR6PrivLdPgNKQTV/dEThs6ouYGOxptDMwXPLy+0KIOAOLcgIlfpO0x4ueGfB jk7FB7EE7PaB3et3asHaw== X-Spam-Flag: NO UI-OutboundReport: notjunk:1;M01:P0:+rV55ncdchw=;LGBkm23BzQhZ87kyu76/9uKdUP5 O3nBLzHrHclJt28ceUB1MP/K4SFNIs6aKDsDsjFtv9u2L4rBjIFrHBp9oBDmrFFQhkllUxfcd Rfa3x/kKnS+HN6Rg8A65hTPX16s1z1Bgdjsf8PwmwhF2R7iN/+9oYLYVIR1g1WWA2A3de6mX3 vrmx1CeGD4ZFUxpAgrU3xm+4UkRHlRzzuUGiHa7zno+YyPg2kIhNFYj3mTusbsS910NOmN7Nh H9KmUKB6ifrvRhZzBObQTgWeep9/hAfxwoxh/GQMQ55vuOaNbrnlQBbp2ar3aD/JCLvwJAt3a c+F5eY1Fwi65HZ9RnOrOpRk2PY+3xRE4jyNUfl8AqyWJA4UdH/pPhJ6caK93DKfaLP+L2vDNl DJYk4NG00EF53/HT/h86OaDfuMfnZl/GdGzBxI0aBn0jZHfflMw/AhfPexeZhSnBLtAflOExB woumBBAEDF2p9md2tfXvyuDkz+ZLNBulTateVNotInsGqM9z5KZIslqJwXEp2GcsQxOnWbQbP a6njboqr0c7VgZa0NpTEhmadg9tHgtMORmTq5Q8tzbJLSGi+WuQt+eEZr72Ct2MqRWMCYlQKS WlivBc56hGGnGRBmt6gFkPyT8D7FHtt86dqA60dzWhC4m8Kw2JGM4veTNnQO4IOL7v+NxxQq/ FZqwq7/w6kBiUMTGa0zIM3Ef06Th5Z33eGNdY0J7hQNFg/PgtB9BRx6MemCafUWvlXBXHKyrT 1jkuvDtRClH0VRF9M/yeREq399r7Hpj572GaslQn8WOGGxxFJaWWe+YrdssDDOwc6FZmm4Lcd oL5fNpmyqtTxAXY/SfA1PwFYL+Yj42NgrmHqmVRBqs13DJmJe2jsNeGzu2/pkel1YeRu0VLZ7 dBr9TiqRN2dXLiat8McOrUgwbJEG8GHzWt/Jw7Al4zfUcJJ/Z/l2FIR0cbFXxvqPJrmXo2yXi 7eaAG8FRcLH7FeELakPU1wwFdZ4= X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60330-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Jorge, I was suprised that we didn't had the most recent version of lilypond already in Guix :) So, thanks for your patch. I pushed it as 1df2430f4625b46e8493c94d24982bbe3f78b959 with an update to the home-page link (guix lint told that). Additionaly I removed the input labels in a follow up commit. ~Jonathan From unknown Mon Aug 18 15:41:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 07 Mar 2023 12:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator