about summary refs log tree commit diff
path: root/pkgs/development/interpreters/python/2.6
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2010-07-08 13:25:52 +0000
committerMichael Raskin <7c6f434c@mail.ru>2010-07-08 13:25:52 +0000
commitccc497f80d4bc74f392beca717ea4781a3a60ddd (patch)
treeee308e93a0932a4cf46d29ac8d9bbcb68beedb9a /pkgs/development/interpreters/python/2.6
parent3c824666fd86301494f2a6db3ebf1b2e1277541a (diff)
downloadnixlib-ccc497f80d4bc74f392beca717ea4781a3a60ddd.tar
nixlib-ccc497f80d4bc74f392beca717ea4781a3a60ddd.tar.gz
nixlib-ccc497f80d4bc74f392beca717ea4781a3a60ddd.tar.bz2
nixlib-ccc497f80d4bc74f392beca717ea4781a3a60ddd.tar.lz
nixlib-ccc497f80d4bc74f392beca717ea4781a3a60ddd.tar.xz
nixlib-ccc497f80d4bc74f392beca717ea4781a3a60ddd.tar.zst
nixlib-ccc497f80d4bc74f392beca717ea4781a3a60ddd.zip
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
Diffstat (limited to 'pkgs/development/interpreters/python/2.6')
-rw-r--r--pkgs/development/interpreters/python/2.6/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/python/2.6/default.nix b/pkgs/development/interpreters/python/2.6/default.nix
index 8865738b0d75..3b94d0f8477a 100644
--- a/pkgs/development/interpreters/python/2.6/default.nix
+++ b/pkgs/development/interpreters/python/2.6/default.nix
@@ -11,6 +11,7 @@
 , arch ? null
 , sw_vers ? null
 , ncurses ? null
+, ...
 }:
 
 assert zlibSupport -> zlib != null;