qcal: don't use deprecated substituteInPlace option
This commit is contained in:
parent
6ade1c7f60
commit
0d043a2918
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user