eaglemode: --replace -> --replace-fail
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user