about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/twitter-common-lang/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/twitter-common-lang/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/twitter-common-lang/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/twitter-common-lang/default.nix b/nixpkgs/pkgs/development/python-modules/twitter-common-lang/default.nix
index 59f6d74ad67a..4b4a5c0fc2e2 100644
--- a/nixpkgs/pkgs/development/python-modules/twitter-common-lang/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/twitter-common-lang/default.nix
@@ -1,4 +1,4 @@
-{ stdenv
+{ lib, stdenv
 , buildPythonPackage
 , fetchPypi
 }:
@@ -12,7 +12,7 @@ buildPythonPackage rec {
     sha256 = "6e967ca2b5bb96ea749d21052f45b18e37deb5cc160eb12c64a8f1cb9dba7a22";
   };
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "Twitter's 2.x / 3.x compatibility swiss-army knife";
     homepage    = "https://twitter.github.io/commons/";
     license     = licenses.asl20;