Codebase list python-faraday / upstream/3.10.2 buildpth.nix
upstream/3.10.2

Tree @upstream/3.10.2 (Download .tar.gz)

buildpth.nix @upstream/3.10.2raw · history · blame

1
2
3
4
5
6
7
with (import <nixpkgs> {});

stdenv.mkDerivation {
  name = "faraday-nix.pth";
  packages = with python37Packages; [virtualenv pip pyopenssl psycopg2 pillow pygobject3 pynacl matplotlib numpy lxml ldap autobahn gssapi setproctitle simplejson pycairo cffi cairocffi bcrypt twisted];
  builder = ./buildpth.sh;
}