summary refs log tree commit diff
path: root/pkgs/development/python-modules/rsa/4_0.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/rsa/4_0.nix')
-rw-r--r--pkgs/development/python-modules/rsa/4_0.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/rsa/4_0.nix b/pkgs/development/python-modules/rsa/4_0.nix
index a6aa89b2ea1ed..8400647aaad60 100644
--- a/pkgs/development/python-modules/rsa/4_0.nix
+++ b/pkgs/development/python-modules/rsa/4_0.nix
@@ -20,7 +20,7 @@ buildPythonPackage rec {
   checkInputs = [ unittest2 mock ];
   propagatedBuildInputs = [ pyasn1 ];
 
-  preConfigure = stdenv.lib.optionalString (isPy3k && pythonOlder "3.7") ''
+  preConfigure = lib.optionalString (isPy3k && pythonOlder "3.7") ''
     substituteInPlace setup.py --replace "open('README.md')" "open('README.md',encoding='utf-8')"
   '';