nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

qcal: move sample config to prevent collision

qcard has a sample config file with the same name, if using home-manager
with both qcard and qcal would then lead to a collision

authored by

Anton Mosich and committed by
Anderson Torres
93033641 48b8ce59

+3 -3
+3 -3
pkgs/tools/networking/qcal/default.nix
··· 18 18 # to that config file in the nix store 19 19 preBuild = '' 20 20 substituteInPlace helpers.go \ 21 - --replace " config-sample.json " " $out/share/config-sample.json " 21 + --replace " config-sample.json " " $out/share/qcal/config-sample.json " 22 22 ''; 23 23 24 24 postInstall = '' 25 - mkdir -p $out/share 26 - cp config-sample.json $out/share/ 25 + mkdir -p $out/share/qcal 26 + cp config-sample.json $out/share/qcal/ 27 27 ''; 28 28 29 29 meta = with lib; {