qcal: don't use deprecated substituteInPlace option

This commit is contained in:
corite 2024-08-05 15:46:07 +02:00
parent 6ade1c7f60
commit 0d043a2918

View File

@ -18,7 +18,7 @@ buildGoModule rec {
# to that config file in the nix store
preBuild = ''
substituteInPlace helpers.go \
--replace " config-sample.json " " $out/share/qcal/config-sample.json "
--replace-fail " config-sample.json " " $out/share/qcal/config-sample.json "
'';
postInstall = ''