r2mod_cli: expand platforms to unix

This commit is contained in:
Ben Siraphob
2021-03-14 11:40:47 +07:00
parent 29f5f8a98b
commit ad09618b6c
+1 -1
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;
};
}