lilypond: use python2
This commit is contained in:
parent
4f7cd69094
commit
481eea3280
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, fetchurl, ghostscript, texinfo, imagemagick, texi2html, guile
|
||||
, python, gettext, flex, perl, bison, pkgconfig, dblatex
|
||||
, python2, gettext, flex, perl, bison, pkgconfig, dblatex
|
||||
, fontconfig, freetype, pango, fontforge, help2man, zip, netpbm, groff
|
||||
, fetchsvn, makeWrapper, t1utils
|
||||
, texlive, tex ? texlive.combine {
|
||||
|
@ -48,7 +48,7 @@ stdenv.mkDerivation rec{
|
|||
|
||||
buildInputs =
|
||||
[ ghostscript texinfo imagemagick texi2html guile dblatex tex zip netpbm
|
||||
python gettext flex perl bison pkgconfig fontconfig freetype pango
|
||||
python2 gettext flex perl bison pkgconfig fontconfig freetype pango
|
||||
fontforge help2man groff makeWrapper t1utils
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue