forked from mirrors/nixpkgs
s6-rc: mark linux only
This commit is contained in:
parent
32227af3a6
commit
cc0fc1724b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ in stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://skarnet.org/software/s6-rc/;
|
homepage = http://skarnet.org/software/s6-rc/;
|
||||||
description = "A service manager for s6-based systems";
|
description = "A service manager for s6-based systems";
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
license = stdenv.lib.licenses.isc;
|
license = stdenv.lib.licenses.isc;
|
||||||
maintainers = with stdenv.lib.maintainers; [ pmahoney ];
|
maintainers = with stdenv.lib.maintainers; [ pmahoney ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue