From 135147ca6ce6d7fb3e590ffed02f29cbbeb07937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 12 Aug 2008 15:43:36 +0000 Subject: [PATCH] Fix invocation of the PIL expression. svn path=/nixpkgs/trunk/; revision=12600 --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 3ccc88cd592a..e6806d435f23 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -4483,7 +4483,7 @@ let pkgs = rec { }) null; pil = import ../development/python-modules/pil { - inherit fetchurl stdenv python zlib libtiff libjpeg freetype; + inherit fetchurl stdenv python zlib libjpeg freetype; }; psyco = import ../development/python-modules/psyco {