We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48d56dd + a48fd58 commit 235b618Copy full SHA for 235b618
pkgs/applications/audio/musescore/default.nix
@@ -88,6 +88,8 @@ in stdenv'.mkDerivation (finalAttrs: {
88
# Don't bundle qt qml files, relevant really only for darwin, but we set
89
# this for all platforms anyway.
90
"-DMUE_COMPILE_INSTALL_QTQML_FILES=OFF"
91
+ # Don't build unit tests unless we are going to run them.
92
+ (lib.cmakeBool "MUSE_ENABLE_UNIT_TESTS" finalAttrs.finalPackage.doCheck)
93
];
94
95
qtWrapperArgs = [
0 commit comments