Show More
@@ -31,6 +31,12 b' self: super: {' | |||||
31 | }; |
|
31 | }; | |
32 | }); |
|
32 | }); | |
33 |
|
33 | |||
|
34 | testpath = super.testpath.override (attrs: { | |||
|
35 | meta = { | |||
|
36 | license = [ pkgs.lib.licenses.mit ]; | |||
|
37 | }; | |||
|
38 | }); | |||
|
39 | ||||
34 | gnureadline = super.gnureadline.override (attrs: { |
|
40 | gnureadline = super.gnureadline.override (attrs: { | |
35 | buildInputs = attrs.buildInputs ++ [ |
|
41 | buildInputs = attrs.buildInputs ++ [ | |
36 | pkgs.ncurses |
|
42 | pkgs.ncurses | |
@@ -97,10 +103,6 b' self: super: {' | |||||
97 | }; |
|
103 | }; | |
98 | }); |
|
104 | }); | |
99 |
|
105 | |||
100 | py-gfm = super.py-gfm.override { |
|
|||
101 | name = "py-gfm-0.1.3.rhodecode-upstream1"; |
|
|||
102 | }; |
|
|||
103 |
|
||||
104 | pycurl = super.pycurl.override (attrs: { |
|
106 | pycurl = super.pycurl.override (attrs: { | |
105 | propagatedBuildInputs = attrs.propagatedBuildInputs ++ [ |
|
107 | propagatedBuildInputs = attrs.propagatedBuildInputs ++ [ | |
106 | pkgs.curl |
|
108 | pkgs.curl | |
@@ -187,7 +189,6 b' self: super: {' | |||||
187 | }; |
|
189 | }; | |
188 | }); |
|
190 | }); | |
189 |
|
191 | |||
190 |
|
||||
191 | docutils = super.docutils.override (attrs: { |
|
192 | docutils = super.docutils.override (attrs: { | |
192 | meta = { |
|
193 | meta = { | |
193 | license = pkgs.lib.licenses.bsd2; |
|
194 | license = pkgs.lib.licenses.bsd2; |
General Comments 0
You need to be logged in to leave comments.
Login now