PPSSPP: add platforms

This commit is contained in:
Mateusz Kowalczyk 2014-06-07 22:28:56 +02:00
parent 6a3a9589e2
commit 6c3cc8bb95

View File

@ -29,5 +29,6 @@ in stdenv.mkDerivation {
description = "A PSP emulator, the Qt4 version.";
license = licenses.gpl2Plus;
maintainers = [ maintainers.fuuzetsu ];
platforms = platforms.linux ++ platforms.darwin ++ platforms.cygwin;
};
}