lilypond: remove dead code
This commit is contained in:
parent
f731ebd198
commit
7b6b409755
@ -3,7 +3,6 @@
|
|||||||
lib,
|
lib,
|
||||||
fetchzip,
|
fetchzip,
|
||||||
ghostscript,
|
ghostscript,
|
||||||
gyre-fonts,
|
|
||||||
texinfo,
|
texinfo,
|
||||||
imagemagick,
|
imagemagick,
|
||||||
texi2html,
|
texi2html,
|
||||||
@ -69,16 +68,9 @@ stdenv.mkDerivation rec {
|
|||||||
done
|
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 = ''
|
preConfigure = ''
|
||||||
substituteInPlace scripts/build/mf2pt1.pl \
|
substituteInPlace scripts/build/mf2pt1.pl \
|
||||||
--replace-fail "mem=mf2pt1" "mem=$PWD/mf/mf2pt1"
|
--replace-fail "mem=mf2pt1" "mem=$PWD/mf/mf2pt1"
|
||||||
export HOME=$TMPDIR/home
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user