tio: expand platforms to "unix" to include darwin

This commit is contained in:
Andrew Childs 2019-12-15 21:23:16 +09:00
parent 86ed15dcce
commit 6e71ffbabf

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