mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 12:22:37 +03:00
lilypond: use python2
This commit is contained in:
parent
4f7cd69094
commit
481eea3280
@ -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 New Issue
Block a user