Loading pkgs/development/python-modules/pgcli/default.nix +6 −2 Original line number Diff line number Diff line { lib, stdenv , buildPythonPackage , fetchPypi , isPy3k , cli-helpers , click , configobj Loading Loading @@ -29,6 +28,11 @@ buildPythonPackage rec { sha256 = "sha256-8DkwGH4n1g32WMqKBPtgHsXXR2xzXysVQsat7Fysj+I="; }; postPatch = '' substituteInPlace setup.py \ --replace "pgspecial>=1.13.1,<2.0.0" "pgspecial>=1.13.1" ''; propagatedBuildInputs = [ cli-helpers click Loading Loading @@ -57,6 +61,6 @@ buildPythonPackage rec { homepage = "https://pgcli.com"; changelog = "https://github.com/dbcli/pgcli/raw/v${version}/changelog.rst"; license = licenses.bsd3; maintainers = with maintainers; [ dywedir ]; maintainers = with maintainers; [ dywedir SuperSandro2000 ]; }; } Loading
pkgs/development/python-modules/pgcli/default.nix +6 −2 Original line number Diff line number Diff line { lib, stdenv , buildPythonPackage , fetchPypi , isPy3k , cli-helpers , click , configobj Loading Loading @@ -29,6 +28,11 @@ buildPythonPackage rec { sha256 = "sha256-8DkwGH4n1g32WMqKBPtgHsXXR2xzXysVQsat7Fysj+I="; }; postPatch = '' substituteInPlace setup.py \ --replace "pgspecial>=1.13.1,<2.0.0" "pgspecial>=1.13.1" ''; propagatedBuildInputs = [ cli-helpers click Loading Loading @@ -57,6 +61,6 @@ buildPythonPackage rec { homepage = "https://pgcli.com"; changelog = "https://github.com/dbcli/pgcli/raw/v${version}/changelog.rst"; license = licenses.bsd3; maintainers = with maintainers; [ dywedir ]; maintainers = with maintainers; [ dywedir SuperSandro2000 ]; }; }