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

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

buildpth.nix @upstream/3.10.0raw · 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 lxml ldap autobahn gssapi setproctitle simplejson pycairo  ];
  builder = ./buildpth.sh;
}