Skip to content

Commit

Permalink
runit: mark linux only
Browse files Browse the repository at this point in the history
/cc ZHF #36454

(cherry picked from commit 713ff85)
  • Loading branch information
LnL7 committed Mar 25, 2018
1 parent 2224dd1 commit 22ad26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/system/runit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
homepage = http://smarden.org/runit;
maintainers = with maintainers; [ rickynils joachifm ];
platforms = platforms.unix;
platforms = platforms.linux;
};
}

0 comments on commit 22ad26e

Please sign in to comment.