summary refs log tree commit diff
path: root/pkgs/development/interpreters/python
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2010-07-08 19:22:50 +0000
committerMichael Raskin <7c6f434c@mail.ru>2010-07-08 19:22:50 +0000
commit7c5e566c5c6025449f7ecff03acf73f5fa9ab516 (patch)
treeb6fa317e22d9c7c5f6bc2cc9afae366453ad5413 /pkgs/development/interpreters/python
parent874b61918076f47a0e9a2400af868019a0d6ccea (diff)
downloadnixlib-7c5e566c5c6025449f7ecff03acf73f5fa9ab516.tar
nixlib-7c5e566c5c6025449f7ecff03acf73f5fa9ab516.tar.gz
nixlib-7c5e566c5c6025449f7ecff03acf73f5fa9ab516.tar.bz2
nixlib-7c5e566c5c6025449f7ecff03acf73f5fa9ab516.tar.lz
nixlib-7c5e566c5c6025449f7ecff03acf73f5fa9ab516.tar.xz
nixlib-7c5e566c5c6025449f7ecff03acf73f5fa9ab516.tar.zst
nixlib-7c5e566c5c6025449f7ecff03acf73f5fa9ab516.zip
Cleaned up the unspecified-extra-argument calls where there is no way to access extra arguments. Tarball and full instantiation checks passed.
svn path=/nixpkgs/trunk/; revision=22539
Diffstat (limited to 'pkgs/development/interpreters/python')
-rw-r--r--pkgs/development/interpreters/python/2.6/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/python/2.6/default.nix b/pkgs/development/interpreters/python/2.6/default.nix
index 3b94d0f8477a..8865738b0d75 100644
--- a/pkgs/development/interpreters/python/2.6/default.nix
+++ b/pkgs/development/interpreters/python/2.6/default.nix
@@ -11,7 +11,6 @@
 , arch ? null
 , sw_vers ? null
 , ncurses ? null
-, ...
 }:
 
 assert zlibSupport -> zlib != null;