ultrastardx: set meta.platforms

This commit is contained in:
Weijia Wang 2024-03-17 15:40:23 +01:00
parent 64a1723a33
commit 2d91f27934

View File

@ -82,5 +82,6 @@ in stdenv.mkDerivation rec {
description = "Free and open source karaoke game";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ Profpatsch ];
platforms = platforms.linux;
};
}