3
0
Fork 0
forked from mirrors/nixpkgs

vulnix: fix eval

This commit is contained in:
Domen Kožar 2017-06-20 14:12:56 +02:00
parent 843b3faa18
commit 53c5b9163e
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -26,7 +26,7 @@ rec {
url = "https://pypi.python.org/packages/52/b3/a96d62711a26d8cfbe546519975dc9ed54d2eb50b3238d2e6de045764796/ZConfig-3.1.0.tar.gz";
sha256 = "c21fa3a073a56925a8098036d46717392994a92cffea1b3cda3176b70c0a842e";
};
propagatedBuildInputs = with self; [ zope_testrunner ];
propagatedBuildInputs = with pythonPackages; [ zope_testrunner ];
meta = with stdenv.lib; {
homepage = "";
license = licenses.zpt21;