Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- { pkgs, commonBuildInputs }:
- with pkgs;
- python37.pkgs.buildPythonPackage rec {
- name = "six-1.11.0";
- src = fetchurl {
- url = "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz";
- sha256 = "70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9";
- };
- doCheck = false;
- buildInputs = commonBuildInputs;
- propagatedBuildInputs = [
- ];
- meta = with stdenv.lib; {
- homepage = "";
- license = licenses.mit;
- description = "A database migration tool for SQLAlchemy.";
- };
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement