mednafen-server: expand platforms to unix

This commit is contained in:
Ben Siraphob 2021-03-04 14:46:32 +07:00
parent 4dc3d2e4ee
commit c4d38733f1

View File

@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
homepage = "https://mednafen.github.io/";
license = licenses.gpl2;
maintainers = with maintainers; [ AndersonTorres ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}