Merge pull request #145113 from lourkeur/fix_145111

chia: fix spurious permissions warning

authored by

Artturi and committed by
GitHub
1f40da32 7f302b8f

+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 = [