Merge pull request #75690 from thefloweringash/tio-platforms

tio: expand platforms to "unix" to include darwin
This commit is contained in:
Mario Rodas
2019-12-15 09:11:29 -05:00
committed by GitHub

View File

@@ -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;
};
}