From 0c88ed25e0eab5b272af73ed2d2127056d4d94dd Mon Sep 17 00:00:00 2001 From: rewine Date: Mon, 17 Apr 2023 15:22:29 +0800 Subject: [PATCH] deepin.dde-calendar: disable unit testing --- pkgs/desktops/deepin/core/dde-calendar/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/desktops/deepin/core/dde-calendar/default.nix b/pkgs/desktops/deepin/core/dde-calendar/default.nix index 07265bcc671a..f3023c7cb9f3 100644 --- a/pkgs/desktops/deepin/core/dde-calendar/default.nix +++ b/pkgs/desktops/deepin/core/dde-calendar/default.nix @@ -45,6 +45,9 @@ stdenv.mkDerivation rec { --replace "/usr/bin/dde-calendar" "$out/bin/dde-calendar" substituteInPlace calendar-service/{src/{csystemdtimercontrol.cpp,jobremindmanager.cpp},assets/{data/com.dde.calendarserver.calendar.service,dde-calendar-service.desktop}} \ --replace "/bin/bash" "${runtimeShell}" + + substituteInPlace CMakeLists.txt \ + --replace "ADD_SUBDIRECTORY(tests)" " " ''; nativeBuildInputs = [