Show More
@@ -158,6 +158,16 b' self: super: {' | |||
|
158 | 158 | ]; |
|
159 | 159 | }); |
|
160 | 160 | |
|
161 | URLObject = super.URLObject.override (attrs: { | |
|
162 | meta = { | |
|
163 | license = { | |
|
164 | spdxId = "Unlicense"; | |
|
165 | fullName = "The Unlicense"; | |
|
166 | url = http://unlicense.org/; | |
|
167 | }; | |
|
168 | }; | |
|
169 | }); | |
|
170 | ||
|
161 | 171 | # Avoid that setuptools is replaced, this leads to trouble |
|
162 | 172 | # with buildPythonPackage. |
|
163 | 173 | setuptools = basePythonPackages.setuptools; |
General Comments 0
You need to be logged in to leave comments.
Login now