8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "0z8rrv9rsg1r2qgh2dxj3dfj5xnki98kgi3w839kqby4a26i1yik";
18 # Tests require Xorg and Dbus instance
20 propagatedBuildInputs = [ pygobject3
24 description = "Pure Python interface to DBus notifications";
25 homepage = "https://bitbucket.org/takluyver/pynotify2";
26 license = lib.licenses.bsd2;
27 maintainers = with lib.maintainers; [ mog ];