_20kly: switch to replace-fail

This commit is contained in:
Guy Chronister
2026-04-22 08:13:43 -05:00
parent 28f3c32ccf
commit 2b59baeab7
+1 -1
View File
@@ -19,7 +19,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
patchPhase = ''
substituteInPlace lightyears \
--replace \
--replace-fail \
"LIGHTYEARS_DIR = \".\"" \
"LIGHTYEARS_DIR = \"$out/share\""
'';