nixpkgs-review: fix build for structuredAttrs (#485586)
This commit is contained in:
@@ -63,10 +63,16 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
++ lib.optional withGlow glow;
|
||||
in
|
||||
[
|
||||
"--prefix PATH : ${lib.makeBinPath binPath}"
|
||||
"--set-default NIX_SSL_CERT_FILE ${cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||
"--prefix"
|
||||
"PATH"
|
||||
":"
|
||||
(lib.makeBinPath binPath)
|
||||
"--set-default"
|
||||
"NIX_SSL_CERT_FILE"
|
||||
"${cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||
# we don't have any runtime deps but nixpkgs-review shells might inject unwanted dependencies
|
||||
"--unset PYTHONPATH"
|
||||
"--unset"
|
||||
"PYTHONPATH"
|
||||
];
|
||||
|
||||
postInstall = lib.optionalString withAutocomplete ''
|
||||
|
||||
Reference in New Issue
Block a user