Merge pull request #194 from yihuang/cytoolz-overrides

add overrides for package cytoolz
This commit is contained in:
Jörg Thalheim 2020-11-06 06:33:58 +01:00 committed by GitHub
commit b9d28d2cd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1258,4 +1258,9 @@ self: super:
}
);
cytoolz = super.cytoolz.overridePythonAttrs (
old: {
propagatedBuildInputs = old.propagatedBuildInputs ++ [ self.toolz ];
}
);
}