diff options
| author | Peter Simons <simons@cryp.to> | 2021-01-11 10:56:52 +0100 |
|---|---|---|
| committer | Peter Simons <simons@cryp.to> | 2021-01-11 10:56:52 +0100 |
| commit | 3aae69103b5d6d1870f11dc0b2aa944750235a62 (patch) | |
| tree | 114c0807494a23b5a2e86c194fd8f1728d29bf54 /pkgs/development/python-modules/python-gitlab | |
| parent | daa50421eb43cecf158048911a1f492c1b4d33bd (diff) | |
| parent | c3c06134e2078fe0798507fc2ed57b9912106b1d (diff) | |
Merge remote-tracking branch 'origin/master' into haskell-updates.
Diffstat (limited to 'pkgs/development/python-modules/python-gitlab')
| -rw-r--r-- | pkgs/development/python-modules/python-gitlab/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-gitlab/default.nix b/pkgs/development/python-modules/python-gitlab/default.nix index 6108ea74a23a..c706ff7903c3 100644 --- a/pkgs/development/python-modules/python-gitlab/default.nix +++ b/pkgs/development/python-modules/python-gitlab/default.nix @@ -1,4 +1,4 @@ -{ stdenv, buildPythonPackage, fetchPypi, requests, mock, httmock, pythonOlder, pytest, responses }: +{ lib, stdenv, buildPythonPackage, fetchPypi, requests, mock, httmock, pythonOlder, pytest, responses }: buildPythonPackage rec { pname = "python-gitlab"; @@ -15,7 +15,7 @@ buildPythonPackage rec { disabled = pythonOlder "3.6"; - meta = with stdenv.lib; { + meta = with lib; { description = "Interact with GitLab API"; homepage = "https://github.com/python-gitlab/python-gitlab"; license = licenses.lgpl3; |
