Merge pull request #171893 from SuperSandro2000/urwid

Urwid
main
Fabian Affolter 2 years ago committed by GitHub
commit 81e5e12673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      pkgs/development/python-modules/urwid/default.nix

@ -2,7 +2,6 @@
, buildPythonPackage
, fetchPypi
, isPy3k
, isPy27
, glibcLocales
}:
@ -11,8 +10,6 @@ buildPythonPackage rec {
version = "2.1.2";
format = "setuptools";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae";
@ -33,6 +30,6 @@ buildPythonPackage rec {
description = "A full-featured console (xterm et al.) user interface library";
homepage = "https://urwid.org/";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ SuperSandro2000 ];
};
}

Loading…
Cancel
Save