eaglemode: --replace -> --replace-fail

This commit is contained in:
Tom van Dijk
2025-12-13 16:02:47 +01:00
parent 7255938a8f
commit 79ecd8643a
+2 -1
View File
@@ -43,7 +43,8 @@ stdenv.mkDerivation (finalAttrs: {
# Fixes "Error: No time zones found." on the clock
postPatch = ''
substituteInPlace src/emClock/emTimeZonesModel.cpp --replace "/usr/share/zoneinfo" "${tzdata}/share/zoneinfo"
substituteInPlace src/emClock/emTimeZonesModel.cpp \
--replace-fail "/usr/share/zoneinfo" "${tzdata}/share/zoneinfo"
'';
nativeBuildInputs = [