about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-08-03 19:59:23 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-08-04 11:55:25 +0200
commit6eccbaa3b1efc1c72fc2fabf2fcab6f162731668 (patch)
treed42937019a97be71f4e49f8d757884fcec681365 /pkgs/misc
parent56376d412bd1da83d366a0937137a041c29ef4db (diff)
lilypond: pin guile_2_2
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 ef861068fa496..b9f59934efea1 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
+{ stdenv, lib, fetchurl, ghostscript, gyre-fonts, texinfo, imagemagick, texi2html, guile_2_2
 , python3, gettext, flex, perl, bison, pkg-config, autoreconfHook, dblatex
 , fontconfig, freetype, pango, fontforge, help2man, zip, netpbm, groff
 , freefont_ttf, makeFontsConf
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ autoreconfHook bison flex makeWrapper pkg-config ];
 
   buildInputs =
-    [ ghostscript texinfo imagemagick texi2html guile dblatex tex zip netpbm
+    [ ghostscript texinfo imagemagick texi2html guile_2_2 dblatex tex zip netpbm
       python3 gettext perl fontconfig freetype pango
       fontforge help2man groff t1utils boehmgc rsync
     ];