prismlauncher: enable checks

This commit is contained in:
seth 2024-10-20 18:29:28 -04:00
parent 4d649ff22a
commit af86ff668f
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -91,6 +91,8 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeFeature "CMAKE_INSTALL_PREFIX" "${placeholder "out"}/Applications/")
];
doCheck = true;
dontWrapQtApps = true;
passthru = {