Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

chia: fix spurious permissions warning

Fixes #145111

+1 -1
+1 -1
pkgs/applications/blockchains/chia/default.nix
··· 20 substituteInPlace setup.py \ 21 --replace "==" ">=" 22 23 - ln -sf ${cacert}/etc/ssl/certs/ca-bundle.crt mozilla-ca/cacert.pem 24 ''; 25 26 nativeBuildInputs = [
··· 20 substituteInPlace setup.py \ 21 --replace "==" ">=" 22 23 + cp ${cacert}/etc/ssl/certs/ca-bundle.crt mozilla-ca/cacert.pem 24 ''; 25 26 nativeBuildInputs = [