3
0
Fork 0
forked from mirrors/nixpkgs

SGT Puzzles now need Perl for Makefile generation

svn path=/nixpkgs/trunk/; revision=19466
This commit is contained in:
Michael Raskin 2010-01-15 12:00:12 +00:00
parent fc90bc4c54
commit c210665b4a

View file

@ -8155,7 +8155,7 @@ let
sgtpuzzles = builderDefsPackage (import ../games/sgt-puzzles) {
inherit (gtkLibs) gtk glib;
inherit pkgconfig;
inherit pkgconfig fetchsvn perl;
inherit (xlibs) libX11;
};