systemd: add license

This commit is contained in:
Markus Kowalewski 2018-08-18 00:32:36 +02:00
parent 827e959a6f
commit 2ba5ac8dda
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -198,10 +198,11 @@ in stdenv.mkDerivation rec {
# runtime; otherwise we can't and we need to reboot.
passthru.interfaceVersion = 2;
meta = {
meta = with stdenv.lib; {
homepage = http://www.freedesktop.org/wiki/Software/systemd;
description = "A system and service manager for Linux";
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.eelco ];
license = licenses.lgpl21Plus;
platforms = platforms.linux;
maintainers = [ maintainers.eelco ];
};
}