about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-07 01:51:52 +0100
committerGitHub <noreply@github.com>2024-01-07 01:51:52 +0100
commit98fc48b22d601ab62802660ae9d0766dd3bd97b1 (patch)
tree942952cc60fe2c4df1137c71d8be7ae91f6bd329 /pkgs/misc
parenta1648566d06274c77e1eccd52304f6c7e905da49 (diff)
parenteb928bae95237e22a07d6c4891d76ea73c29fd48 (diff)
Merge pull request #276174 from wegank/lilypond-guile-3
lilypond, denemo: migrate to guile 3
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/lilypond/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/lilypond/default.nix b/pkgs/misc/lilypond/default.nix
index c85f956e1a8ba..5fa5e75a637dd 100644
--- a/pkgs/misc/lilypond/default.nix
+++ b/pkgs/misc/lilypond/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchurl, ghostscript, gyre-fonts, texinfo, imagemagick, texi2html, guile_2_2
+{ stdenv, lib, fetchurl, ghostscript, gyre-fonts, texinfo, imagemagick, texi2html, guile
 , python3, gettext, flex, perl, bison, pkg-config, autoreconfHook, dblatex
 , fontconfig, freetype, pango, fontforge, help2man, zip, netpbm, groff
 , freefont_ttf, makeFontsConf
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ autoreconfHook bison flex makeWrapper pkg-config ];
 
   buildInputs =
-    [ ghostscript texinfo imagemagick texi2html guile_2_2 dblatex tex zip netpbm
+    [ ghostscript texinfo imagemagick texi2html guile dblatex tex zip netpbm
       python3 gettext perl fontconfig freetype pango
       fontforge help2man groff t1utils boehmgc rsync
     ];