3
0
Fork 0
forked from mirrors/nixpkgs

python-packages.django_tagging_0_3: use overrideAttrs

This commit is contained in:
wisut hantanong 2017-07-14 18:08:02 +07:00 committed by Jörg Thalheim
parent eff03340c4
commit bcb73a13e3

View file

@ -9935,7 +9935,7 @@ in {
django_tagging = callPackage ../development/python-modules/django_tagging { };
django_tagging_0_3 = self.django_tagging.override (attrs: rec {
django_tagging_0_3 = self.django_tagging.overrideAttrs (attrs: rec {
name = "django-tagging-0.3.6";
src = pkgs.fetchurl {