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
commit 74877f8bd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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