From ccc497f80d4bc74f392beca717ea4781a3a60ddd Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Thu, 8 Jul 2010 13:25:52 +0000 Subject: Make WebKit use libsoup 2.31.2 via deepOverride. Edit a few packages that were overridable but did not allow extra arguments. Remove a catch with deepOverride that pkgs.lib had this attribute in a different sense. svn path=/nixpkgs/trunk/; revision=22529 --- pkgs/development/libraries/cairo/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/libraries/cairo') diff --git a/pkgs/development/libraries/cairo/default.nix b/pkgs/development/libraries/cairo/default.nix index dc8bb2a9b52..a14b7fdc2da 100644 --- a/pkgs/development/libraries/cairo/default.nix +++ b/pkgs/development/libraries/cairo/default.nix @@ -4,6 +4,7 @@ , xcbSupport ? false , stdenv, fetchurl, pkgconfig, x11, fontconfig, freetype , zlib, libpng, pixman, libxcb ? null, xcbutil ? null +, ... }: assert postscriptSupport -> zlib != null; -- cgit 1.4.1