Merge pull request #2932 from getchoo-contrib/nix/enable-tests

Enable checks in Nix package
This commit is contained in:
Alexandru Ionut Tripon 2024-10-19 22:32:59 +03:00 committed by GitHub
commit e43836a271
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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