nixpkgs/pkgs/build-support/writers
Adrian Gierakowski 76437a88bb writers.writePython2 and writePython3: use "bare" python if no deps are needed
`python.withPackages` has a runtime dependecy on bash since it's wrapped with
`makeWrapper`. This fix avoids bash as runtime dependency when it's not
needed.

as discussed here: https://github.com/NixOS/nixpkgs/issues/93609#issuecomment-662880047
2020-07-24 11:39:01 +01:00
..
default.nix writers.writePython2 and writePython3: use "bare" python if no deps are needed 2020-07-24 11:39:01 +01:00
test.nix writers.writePython2 and writePython3: use "bare" python if no deps are needed 2020-07-24 11:39:01 +01:00