dae: replace -> replace-fail
This commit is contained in:
@@ -46,7 +46,7 @@ buildGoModule (finalAttrs: {
|
||||
postInstall = ''
|
||||
install -Dm444 install/dae.service $out/lib/systemd/system/dae.service
|
||||
substituteInPlace $out/lib/systemd/system/dae.service \
|
||||
--replace /usr/bin/dae $out/bin/dae
|
||||
--replace-fail "/usr/bin/dae" "$out/bin/dae"
|
||||
'';
|
||||
|
||||
passthru.tests = {
|
||||
|
||||
Reference in New Issue
Block a user