From 7b6b409755263f2c388f9b24030396167f16ffed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9clairevoyant?= <848000+eclairevoyant@users.noreply.github.com> Date: Sun, 4 May 2025 12:44:13 -0400 Subject: [PATCH] lilypond: remove dead code --- pkgs/misc/lilypond/default.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pkgs/misc/lilypond/default.nix b/pkgs/misc/lilypond/default.nix index 2377cebb484c..733aa6288957 100644 --- a/pkgs/misc/lilypond/default.nix +++ b/pkgs/misc/lilypond/default.nix @@ -3,7 +3,6 @@ lib, fetchzip, ghostscript, - gyre-fonts, texinfo, imagemagick, texi2html, @@ -69,16 +68,9 @@ stdenv.mkDerivation rec { done ''; - configureFlags = [ - # FIXME: these URW fonts are not OTF, configure reports "URW++ OTF files... no". - "--with-urwotf-dir=${ghostscript.fonts}/share/fonts" - "--with-texgyre-dir=${gyre-fonts}/share/fonts/truetype/" - ]; - preConfigure = '' substituteInPlace scripts/build/mf2pt1.pl \ --replace-fail "mem=mf2pt1" "mem=$PWD/mf/mf2pt1" - export HOME=$TMPDIR/home ''; strictDeps = true;