r2mod_cli: expand platforms to unix

This commit is contained in:
Ben Siraphob 2021-03-10 17:58:22 +07:00
parent 29f5f8a98b
commit ad09618b6c

View file

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/foldex/r2mod_cli";
license = licenses.gpl3Only;
maintainers = [ maintainers.reedrw ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}