Merge pull request #145113 from lourkeur/fix_145111
chia: fix spurious permissions warning
This commit is contained in:
commit
1f40da32df
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ let chia = python3Packages.buildPythonApplication rec {
|
|||
substituteInPlace setup.py \
|
||||
--replace "==" ">="
|
||||
|
||||
ln -sf ${cacert}/etc/ssl/certs/ca-bundle.crt mozilla-ca/cacert.pem
|
||||
cp ${cacert}/etc/ssl/certs/ca-bundle.crt mozilla-ca/cacert.pem
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue