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-11 20:48:43 +02:00
parent da85646164
commit 4c83a97c8c
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -62,7 +62,6 @@ stdenv.mkDerivation rec {
];
configureFlags = [
"--with-session-bus-services-dir=${placeholder "out"}/share/dbus-1/services"
"--disable-telepathy"
];
@ -84,7 +83,7 @@ stdenv.mkDerivation rec {
description = "A service which logs the userss activities and events";
homepage = "https://zeitgeist.freedesktop.org/";
maintainers = with maintainers; [ lethalman worldofpeace ];
license = licenses.gpl2;
license = licenses.lgpl21Plus;
platforms = platforms.linux;
};
}