about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/zope_testing/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/zope_testing/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/zope_testing/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/zope_testing/default.nix b/nixpkgs/pkgs/development/python-modules/zope_testing/default.nix
index 1ea12eb377d9..3d7cbf90c25f 100644
--- a/nixpkgs/pkgs/development/python-modules/zope_testing/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/zope_testing/default.nix
@@ -1,4 +1,4 @@
-{ stdenv
+{ lib, stdenv
 , buildPythonPackage
 , fetchPypi
 , isPyPy
@@ -20,7 +20,7 @@ buildPythonPackage rec {
 
   propagatedBuildInputs = [ zope_interface zope_exceptions zope_location ];
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "Zope testing helpers";
     homepage =  "http://pypi.python.org/pypi/zope.testing";
     license = licenses.zpl20;