File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -170,20 +170,20 @@ let
170170 python-qt-binding = rosSuper . python-qt-binding . overrideAttrs ( {
171171 patches ? [ ] , propagatedBuildInputs ? [ ] , ...
172172 } : {
173- patches = patches ++ [
173+ patches = patches ++ [
174174 # ref. https://github.com/ros-visualization/python_qt_binding/pull/143
175- ( self . fetchpatch {
176- name = "support-qt6.patch" ;
175+ ( self . fetchpatch {
176+ name = "support-qt6.patch" ;
177177 url = "https://github.com/ros-visualization/python_qt_binding/commit/fa854d325ad4fa5f6e788d70b3ba9ccf9ee5c80f.patch" ;
178178 hash = "sha256-P/xScO83zRL7qtqRzLiHkQtCpYdcxOaXwWj/83GhFpk=" ;
179179 } )
180- ( self . fetchpatch {
181- name = "make-linters-happy.patch" ;
180+ ( self . fetchpatch {
181+ name = "make-linters-happy.patch" ;
182182 url = "https://github.com/ros-visualization/python_qt_binding/commit/bd88c0d5d51add58e329c40bba20a7b04c3df063.patch" ;
183183 hash = "sha256-1YuTIUGDmgFZtz/1LoRIkayH9M84H5rs8QqhW9SnNAQ=" ;
184184 } )
185- ( self . fetchpatch {
186- name = "fixes.patch" ;
185+ ( self . fetchpatch {
186+ name = "fixes.patch" ;
187187 url = "https://github.com/ros-visualization/python_qt_binding/commit/d710e1afb2ac0effed1e8d6ab90eee53354366bb.patch" ;
188188 hash = "sha256-+ou08BZCIhRMDi9GMyAOLmdoGJNZaqLpA7nMszZOFgg=" ;
189189 } )
You can’t perform that action at this time.
0 commit comments