File tree 2 files changed +4
-4
lines changed
pkgs/development/libraries/qt-4.x/4.8
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ stdenv.mkDerivation rec {
128
128
129
129
postConfigure = ''
130
130
echo "applying patch ${ ./parallel-build.patch } "
131
- patch -p1 -i ${ ./parallel-build.patch }
131
+ patch -p1 < ${ ./parallel-build.patch }
132
132
'' ;
133
133
134
134
prefixKey = "-prefix " ;
Original file line number Diff line number Diff line change 1
1
--- a/tools/designer/src/lib/Makefile
2
2
+++ b/tools/designer/src/lib/Makefile
3
3
@@ -7167,2 +7167,3 @@ compiler_moc_header_clean:
4
- .uic/release-shared/ui_qtgradientviewdialog.h \
5
- + .uic/release-shared/ui_qtgradientview.h \
6
- ../../../shared/qtgradienteditor/qtgradientviewdialog.h
4
+ .uic/release-shared/ui_qtgradientviewdialog.h \
5
+ + .uic/release-shared/ui_qtgradientview.h \
6
+ ../../../shared/qtgradienteditor/qtgradientviewdialog.h
You can’t perform that action at this time.
0 commit comments