systemd: add license
This commit is contained in:
parent
827e959a6f
commit
2ba5ac8dda
@ -198,10 +198,11 @@ in stdenv.mkDerivation rec {
|
|||||||
# runtime; otherwise we can't and we need to reboot.
|
# runtime; otherwise we can't and we need to reboot.
|
||||||
passthru.interfaceVersion = 2;
|
passthru.interfaceVersion = 2;
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.freedesktop.org/wiki/Software/systemd;
|
homepage = http://www.freedesktop.org/wiki/Software/systemd;
|
||||||
description = "A system and service manager for Linux";
|
description = "A system and service manager for Linux";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
license = licenses.lgpl21Plus;
|
||||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
platforms = platforms.linux;
|
||||||
|
maintainers = [ maintainers.eelco ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user