Racket 5.1.1 builds with latest libjpeg.

svn path=/nixpkgs/trunk/; revision=27178
This commit is contained in:
Karn Kallio 2011-05-08 01:21:03 +00:00
parent f69142b396
commit 69822bf6c1

View file

@ -2429,7 +2429,6 @@ let
racket = callPackage ../development/interpreters/racket {
inherit (gtkLibs) pango glib gtk;
libjpeg = libjpeg62;
};
ruby18 = callPackage ../development/interpreters/ruby { };