python3Packages.pygit2: move env vars into env for structuredAttrs
This commit is contained in:
@@ -50,7 +50,7 @@ buildPythonPackage rec {
|
||||
|
||||
# Tests require certificates
|
||||
# https://github.com/NixOS/nixpkgs/pull/72544#issuecomment-582674047
|
||||
SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||
env.SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||
|
||||
pythonImportsCheck = [ "pygit2" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user