1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

systemd: Add to channel

This commit is contained in:
Eelco Dolstra 2012-09-11 13:44:28 -04:00
parent 4db2f403ba
commit fcd30ecfc1

View file

@ -90,5 +90,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.freedesktop.org/wiki/Software/systemd;
description = "A system and service manager for Linux";
platforms = stdenv.lib.platforms.linux;
};
}