7 , gobject-introspection
12 buildPythonPackage rec {
15 disabled = pythonOlder "3.5.0";
17 src = fetchFromGitHub {
18 owner = "getting-things-gnome";
21 sha256 = "sha256-A2qChe2z6rAhjRVX5VoHQitebf/nMATdVZQgtlquuYg=";
25 gobject-introspection # for setup hook
29 buildInputs = [ gtk3 ];
31 propagatedBuildInputs = [
37 ${xvfb-run}/bin/xvfb-run -s '-screen 0 800x600x24' \
38 ${python.interpreter} nix_run_setup test
43 description = "A python library built to easily handle data structure such are lists, trees and acyclic graphs";
44 homepage = "https://github.com/getting-things-gnome/liblarch";
45 downloadPage = "https://github.com/getting-things-gnome/liblarch/releases";
46 license = licenses.lgpl3Plus;
47 maintainers = with maintainers; [ oyren ];
48 platforms = platforms.linux;