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