zeitgeist: clean up
Remove unused configure flag and change license to LGPL2.1+ (used since 0.7.0).
This commit is contained in:
parent
da85646164
commit
4c83a97c8c
1 changed files with 1 additions and 2 deletions
|
@ -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 users’s activities and events";
|
||||
homepage = "https://zeitgeist.freedesktop.org/";
|
||||
maintainers = with maintainers; [ lethalman worldofpeace ];
|
||||
license = licenses.gpl2;
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue