zeitgeist: clean up

Remove unused configure flag and change license to LGPL2.1+ (used since 0.7.0).
This commit is contained in:
Jan Tojnar
2020-10-24 01:18:42 +02:00
parent da85646164
commit 4c83a97c8c
@@ -62,7 +62,6 @@ stdenv.mkDerivation rec {
]; ];
configureFlags = [ configureFlags = [
"--with-session-bus-services-dir=${placeholder "out"}/share/dbus-1/services"
"--disable-telepathy" "--disable-telepathy"
]; ];
@@ -84,7 +83,7 @@ stdenv.mkDerivation rec {
description = "A service which logs the userss activities and events"; description = "A service which logs the userss activities and events";
homepage = "https://zeitgeist.freedesktop.org/"; homepage = "https://zeitgeist.freedesktop.org/";
maintainers = with maintainers; [ lethalman worldofpeace ]; maintainers = with maintainers; [ lethalman worldofpeace ];
license = licenses.gpl2; license = licenses.lgpl21Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }