Unverified Commit 72b1d820 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

transmission_4: set RUN_CLANG_TIDY=OFF to unbreak darwin (#496111)

parents a35a3cf2 3dc10603
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@ stdenv.mkDerivation (finalAttrs: {
    (cmakeBool "ENABLE_MAC" false) # requires xcodebuild
    (cmakeBool "ENABLE_QT" (enableQt5 || enableQt6))
    (cmakeBool "INSTALL_LIB" installLib)
    (cmakeBool "RUN_CLANG_TIDY" false)
  ]
  ++ optionals stdenv.hostPlatform.isDarwin [
    # Transmission sets this to 10.13 if not explicitly specified, see https://github.com/transmission/transmission/blob/0be7091eb12f4eb55f6690f313ef70a66795ee72/CMakeLists.txt#L7-L16.