##// END OF EJS Templates
oss-licenses: Add license override for pyramid-debugtoolbar.
Martin Bornhold -
r206:5ce38ab3 default
parent child Browse files
Show More
@@ -133,6 +133,12 b' self: super: {'
133 };
133 };
134 });
134 });
135
135
136 pyramid-debugtoolbar = super.pyramid-debugtoolbar.override (attrs: {
137 meta = {
138 license = [ pkgs.lib.licenses.bsdOriginal localLicenses.repoze ];
139 };
140 });
141
136 Pyro4 = super.Pyro4.override (attrs: {
142 Pyro4 = super.Pyro4.override (attrs: {
137 # TODO: Was not able to generate this version, needs further
143 # TODO: Was not able to generate this version, needs further
138 # investigation.
144 # investigation.
General Comments 0
You need to be logged in to leave comments. Login now