summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/lilypond
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-10-18 22:40:52 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-10-18 23:16:09 +0200
commit481eea32803bff007466270858817487f70f019f (patch)
tree50e3387e3fbb2d5efc6b0f4d23d36c6ce378e96d /pkgs/misc/lilypond
parent4f7cd69094b8c66e59c1c87621c6ab2bf2fc72a0 (diff)
lilypond: use python2
Diffstat (limited to 'pkgs/misc/lilypond')
-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 731dc263a022..15481d74598f 100644
--- a/pkgs/misc/lilypond/default.nix
+++ b/pkgs/misc/lilypond/default.nix
@@ -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
];