LilyPond is not ready for Guile 2.0

svn path=/nixpkgs/trunk/; revision=26006
This commit is contained in:
Michael Raskin 2011-02-17 08:23:56 +00:00
parent da00930257
commit 6029a74a29

View File

@ -7482,6 +7482,7 @@ let
lilypond = callPackage ../misc/lilypond {
inherit (gtkLibs) pango;
guile = guile_1_8;
};
martyr = callPackage ../development/libraries/martyr { };