about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/pox/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/pox/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/pox/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/pox/default.nix b/nixpkgs/pkgs/development/python-modules/pox/default.nix
index e4869a8f46cc..e7013154f998 100644
--- a/nixpkgs/pkgs/development/python-modules/pox/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/pox/default.nix
@@ -1,4 +1,4 @@
-{ stdenv
+{ lib, stdenv
 , buildPythonPackage
 , fetchPypi
 }:
@@ -12,7 +12,7 @@ buildPythonPackage rec {
     sha256 = "06afe1a4a1dbf8b47f7ad5a3c1d8ada9104c64933a1da11338269a2bd8642778";
   };
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "Utilities for filesystem exploration and automated builds";
     license = licenses.bsd3;
     homepage = "https://github.com/uqfoundation/pox/";