tio: expand platforms to "unix" to include darwin
This commit is contained in:
parent
86ed15dcce
commit
6e71ffbabf
|
@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://tio.github.io/;
|
homepage = https://tio.github.io/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ yegortimoshenko ];
|
maintainers = with maintainers; [ yegortimoshenko ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue