summary refs log tree commit diff
path: root/pkgs/tools/system/s6-rc
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-03-25 15:09:21 +0200
committerDaiderd Jordan <daiderd@gmail.com>2018-04-05 20:06:05 +0200
commitcc0fc1724bb6ca0e0ed5605da6e47124ac6f4f66 (patch)
tree9f09da1b19239d9d9835945e9bd937f37c526b84 /pkgs/tools/system/s6-rc
parent32227af3a687f4192a2728579ad8c2e46b46d3e5 (diff)
downloadnixpkgs-cc0fc1724bb6ca0e0ed5605da6e47124ac6f4f66.tar
nixpkgs-cc0fc1724bb6ca0e0ed5605da6e47124ac6f4f66.tar.gz
nixpkgs-cc0fc1724bb6ca0e0ed5605da6e47124ac6f4f66.tar.bz2
nixpkgs-cc0fc1724bb6ca0e0ed5605da6e47124ac6f4f66.tar.lz
nixpkgs-cc0fc1724bb6ca0e0ed5605da6e47124ac6f4f66.tar.xz
nixpkgs-cc0fc1724bb6ca0e0ed5605da6e47124ac6f4f66.tar.zst
nixpkgs-cc0fc1724bb6ca0e0ed5605da6e47124ac6f4f66.zip
s6-rc: mark linux only
Diffstat (limited to 'pkgs/tools/system/s6-rc')
-rw-r--r--pkgs/tools/system/s6-rc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/s6-rc/default.nix b/pkgs/tools/system/s6-rc/default.nix
index 13ce2414abf..ed1da8d450d 100644
--- a/pkgs/tools/system/s6-rc/default.nix
+++ b/pkgs/tools/system/s6-rc/default.nix
@@ -37,7 +37,7 @@ in stdenv.mkDerivation rec {
   meta = {
     homepage = http://skarnet.org/software/s6-rc/;
     description = "A service manager for s6-based systems";
-    platforms = stdenv.lib.platforms.all;
+    platforms = stdenv.lib.platforms.linux;
     license = stdenv.lib.licenses.isc;
     maintainers = with stdenv.lib.maintainers; [ pmahoney ];
   };