1 { lib, fetchPypi, buildPythonPackage
5 buildPythonPackage rec {
10 inherit pname version;
11 sha256 = "77d9dc5830c4e7ab94f9225bc2f082430399d95c943f1616db41e83a94df38e5";
14 propagatedBuildInputs = [ traits pyface six ];
16 doCheck = false; # Needs X server
19 description = "Traits-capable windowing framework";
20 homepage = "https://github.com/enthought/traitsui";
21 maintainers = with maintainers; [ knedlsepp ];
22 license = licenses.bsdOriginal;