Loading pkgs/by-name/sn/snapcraft/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ nix-update-script, python3Packages, squashfsTools, cacert, stdenv, writableTmpDirAsHomeHook, }: Loading Loading @@ -118,6 +119,11 @@ python3Packages.buildPythonApplication rec { wrapProgram $out/bin/snapcraft --prefix PATH : ${squashfsTools}/bin ''; preCheck = '' # _pygit2.GitError: OpenSSL error: failed to load certificates: error:00000000:lib(0)::reason(0) export SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt ''; nativeCheckInputs = with python3Packages; [ Loading Loading
pkgs/by-name/sn/snapcraft/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ nix-update-script, python3Packages, squashfsTools, cacert, stdenv, writableTmpDirAsHomeHook, }: Loading Loading @@ -118,6 +119,11 @@ python3Packages.buildPythonApplication rec { wrapProgram $out/bin/snapcraft --prefix PATH : ${squashfsTools}/bin ''; preCheck = '' # _pygit2.GitError: OpenSSL error: failed to load certificates: error:00000000:lib(0)::reason(0) export SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt ''; nativeCheckInputs = with python3Packages; [ Loading