about summary refs log tree commit diff
path: root/pkgs/desktops/deepin
diff options
context:
space:
mode:
authorrewine <lhongxu@outlook.com>2023-04-17 15:22:29 +0800
committerrewine <lhongxu@outlook.com>2023-04-17 15:30:59 +0800
commit0c88ed25e0eab5b272af73ed2d2127056d4d94dd (patch)
treed6fc6446df19a11422cd89241386db0ef0d5e86e /pkgs/desktops/deepin
parent8edbe93f6e76bcfdd9b924cbbaeaab2bd421d227 (diff)
deepin.dde-calendar: disable unit testing
Diffstat (limited to 'pkgs/desktops/deepin')
-rw-r--r--pkgs/desktops/deepin/core/dde-calendar/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/desktops/deepin/core/dde-calendar/default.nix b/pkgs/desktops/deepin/core/dde-calendar/default.nix
index 07265bcc671af..f3023c7cb9f31 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 = [