9 buildPythonPackage rec {
12 format = "setuptools";
14 src = fetchFromGitHub {
15 owner = "thetimelineproj";
18 sha256 = "0fv8gwlbcj000qq34inbwgxf0xgibs590dsyqnw0mmyb7f1iq210";
21 propagatedBuildInputs = [ wxpython ];
25 for i in examples/*; do
26 ${python.interpreter} $i
31 # Unable to access the X Display, is $DISPLAY set properly?
32 # would have to use nixos module tests, but it is not worth it
35 pythonImportsCheck = [ "humblewx" ];
38 homepage = "https://github.com/thetimelineproj/humblewx";
39 description = "Library that simplifies creating user interfaces with wxPython";
40 license = lib.licenses.gpl3Only;
41 maintainers = with lib.maintainers; [ davidak ];