zeitgeist: clean up
Remove unused configure flag and change license to LGPL2.1+ (used since 0.7.0).
This commit is contained in:
@@ -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 users’s activities and events";
|
description = "A service which logs the users’s 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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user