python2Packages.urwid: disable for python2
This commit is contained in:
parent
466a281408
commit
c6c14b114d
@ -1,8 +1,9 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, glibcLocales }:
|
||||
{ stdenv, buildPythonPackage, fetchPypi, isPy27, glibcLocales }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "urwid";
|
||||
version = "2.1.1";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
x
Reference in New Issue
Block a user