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 = [