Fix syntax.

This commit is contained in:
Itamar Turner-Trauring 2021-09-27 16:58:18 -04:00
parent de1a7d7fce
commit f66f3e64ad

View File

@ -20,7 +20,7 @@ self: super: {
twisted = python-super.callPackage ./twisted.nix { };
# collections-extended is not part of nixpkgs at this time.
collections-extended = python-super.callPackage ./collections-extended.nix
collections-extended = python-super.callPackage ./collections-extended.nix { };
};
};
}