transmission_4: enable unit tests with doCheck (#561050)

This commit is contained in:
Peder Bergebakken Sundt
2026-09-08 20:17:52 +00:00
committed by GitHub

View File

@@ -77,6 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
strictDeps = true;
__structuredAttrs = true;
doCheck = true;
patches = [
./0001-Skip-bundle-fixup.patch
@@ -99,6 +100,7 @@ stdenv.mkDerivation (finalAttrs: {
(cmakeBool "ENABLE_GTK" enableGTK)
(cmakeBool "ENABLE_MAC" enableMac)
(cmakeBool "ENABLE_QT" enableQt)
(cmakeBool "ENABLE_TESTS" finalAttrs.doCheck)
(cmakeBool "INSTALL_LIB" installLib)
(cmakeBool "RUN_CLANG_TIDY" false)
]