1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

vulnix: fix deps

This commit is contained in:
Jörg Thalheim 2017-06-18 12:16:54 +01:00
parent ecc34cbdb3
commit 91e08fe55b
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -26,6 +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 ];
meta = with stdenv.lib; {
homepage = "";
license = licenses.zpt21;