Merge pull request #427 from bjornfor/remove-pipenv-from-extractor

Remove pipenv from dependency extractor derivation
This commit is contained in:
DavHau 2022-04-20 14:13:45 +02:00 committed by GitHub
commit fe72f0aeaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@ let
out_file=$out/python.json ${py}/bin/python -c "${setuptools_shim}" install &> $out/python.log || true
'';
base_derivation = pyVersions: with pkgs; {
buildInputs = [ unzip pkg-config pipenv ];
buildInputs = [ unzip pkg-config ];
phases = ["unpackPhase" "installPhase"];
# Tells our modified python builtins to dump setup attributes instead of doing an actual installation
dump_setup_attrs = "y";