7 , gobject-introspection
17 , pythonSupport ? true
21 stdenv.mkDerivation rec {
25 outputs = [ "out" "lib" "dev" "man" ] ++ lib.optional pythonSupport "py";
27 src = fetchFromGitLab {
28 domain = "gitlab.freedesktop.org";
32 sha256 = "kG1N8DXgjYAJ8fbrGHsp7eTqB20H5smzRnW0PSRUYR0=";
60 enableParallelBuilding = true;
63 patchShebangs data/ontology2code
67 NOCONFIGURE=1 ./autogen.sh
70 postFixup = lib.optionalString pythonSupport ''
71 moveToOutput lib/${python3.libPrefix} "$py"
75 description = "Service which logs the users’s activities and events";
76 homepage = "https://zeitgeist.freedesktop.org/";
77 maintainers = teams.freedesktop.members ++ (with maintainers; [ ]);
78 license = licenses.lgpl21Plus;
79 platforms = platforms.linux;