From 6e71ffbabf6943e8a410dbc4f360d5d1a595395a Mon Sep 17 00:00:00 2001 From: Andrew Childs Date: Sun, 15 Dec 2019 21:23:16 +0900 Subject: [PATCH] tio: expand platforms to "unix" to include darwin --- pkgs/tools/misc/tio/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/tio/default.nix b/pkgs/tools/misc/tio/default.nix index 3a8388280d6..9ee9b977ab2 100644 --- a/pkgs/tools/misc/tio/default.nix +++ b/pkgs/tools/misc/tio/default.nix @@ -16,6 +16,6 @@ stdenv.mkDerivation rec { homepage = https://tio.github.io/; license = licenses.gpl2Plus; maintainers = with maintainers; [ yegortimoshenko ]; - platforms = platforms.linux; + platforms = platforms.unix; }; }