Commit 0d043a29 authored by corite's avatar corite
Browse files

qcal: don't use deprecated substituteInPlace option

parent 6ade1c7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = ''