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 | 142 | Pyro4 = super.Pyro4.override (attrs: { |
|
137 | 143 | # TODO: Was not able to generate this version, needs further |
|
138 | 144 | # investigation. |
General Comments 0
You need to be logged in to leave comments.
Login now