summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-05-24 20:34:07 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-05-27 01:24:04 +0200
commit2af37733427eef86faf6c3c18126b06ac510f5be (patch)
tree97eff7211675edac6a1b21c0ddb42f09d31052d6 /pkgs/top-level
parentaf15a201e1884f00f064e4eacf18f1b99b8aa04c (diff)
downloadnixlib-2af37733427eef86faf6c3c18126b06ac510f5be.tar
nixlib-2af37733427eef86faf6c3c18126b06ac510f5be.tar.gz
nixlib-2af37733427eef86faf6c3c18126b06ac510f5be.tar.bz2
nixlib-2af37733427eef86faf6c3c18126b06ac510f5be.tar.lz
nixlib-2af37733427eef86faf6c3c18126b06ac510f5be.tar.xz
nixlib-2af37733427eef86faf6c3c18126b06ac510f5be.tar.zst
nixlib-2af37733427eef86faf6c3c18126b06ac510f5be.zip
python-packages: webtest: unittest2 is a Python package
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index d4c7f8894b18..641616352f8b 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -13217,7 +13217,7 @@ let
     # XXX: skipping two tests fails in python2.6
     doCheck = ! isPy26;
 
-    buildInputs = optionals isPy26 [ self.ordereddict unittest2 ];
+    buildInputs = with self; optionals isPy26 [ ordereddict unittest2 ];
 
     propagatedBuildInputs = with self; [
       nose