mktorrent: specify platforms

This commit is contained in:
Winter
2022-07-23 23:51:10 -04:00
parent 3f99d1b6b6
commit e5efc4779d
+1
View File
@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/pobrn/mktorrent/wiki";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ Profpatsch ];
platforms = platforms.all;
};
}