deepin.dde-calendar: disable unit testing
This commit is contained in:
parent
8edbe93f6e
commit
0c88ed25e0
1 changed files with 3 additions and 0 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue