deepin.dde-calendar: disable unit testing

This commit is contained in:
rewine 2023-04-17 15:22:29 +08:00
parent 8edbe93f6e
commit 0c88ed25e0
No known key found for this signature in database
GPG key ID: AABB329787290824

View file

@ -45,6 +45,9 @@ stdenv.mkDerivation rec {
--replace "/usr/bin/dde-calendar" "$out/bin/dde-calendar" --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}} \ substituteInPlace calendar-service/{src/{csystemdtimercontrol.cpp,jobremindmanager.cpp},assets/{data/com.dde.calendarserver.calendar.service,dde-calendar-service.desktop}} \
--replace "/bin/bash" "${runtimeShell}" --replace "/bin/bash" "${runtimeShell}"
substituteInPlace CMakeLists.txt \
--replace "ADD_SUBDIRECTORY(tests)" " "
''; '';
nativeBuildInputs = [ nativeBuildInputs = [