bug#38148: [PATCH 1/2] gnu: Add python-pyqtwebengine.

2020-01-15 Thread Mike Rosset
Pierre Neidhardt writes: > Thank you, I've merged! > qtwebengine is finally in, hooray! > > Thank you to you all, and big thanks to Mike for driving this effort! > > I committed a few changes to your commits: > > - I squashed the comment fixing commits. > - Edited some more typos. > - Removed

bug#38148: [PATCH 1/2] gnu: Add python-pyqtwebengine.

2020-01-14 Thread Mike Rosset
Pierre Neidhardt writes: > Mike Rosset writes: > >>> Please apply the above pyqt change to a separate commit. >> >> I missed this comment with my new series. If this really needs to be >> done, I'll have to redo all of the commits and resend the series. Can >> this be avoided if possible? > >

bug#38148: [PATCH 1/2] gnu: Add python-pyqtwebengine.

2020-01-14 Thread Mike Rosset
Pierre Neidhardt writes: > Mike Rosset writes: > >>> Please apply the above pyqt change to a separate commit. >> >> I missed this comment with my new series. If this really needs to be >> done, I'll have to redo all of the commits and resend the series. Can >> this be avoided if possible? > >

bug#38148: [PATCH 1/2] gnu: Add python-pyqtwebengine.

2020-01-14 Thread Pierre Neidhardt
Mike Rosset writes: >> Please apply the above pyqt change to a separate commit. > > I missed this comment with my new series. If this really needs to be > done, I'll have to redo all of the commits and resend the series. Can > this be avoided if possible? Yes, this is really necessary, commits

bug#38148: [PATCH 1/2] gnu: Add python-pyqtwebengine.

2020-01-13 Thread Mike Rosset
>> + ;; store. >> + (add-before 'configure 'substitute-source >> + (lambda* (#:key inputs #:allow-other-keys) >> + (let* ((qtbase (assoc-ref inputs "qtbase")) >> +(qtprinter.h (string-append "\"" qtbase >>

bug#38148: [PATCH 1/2] gnu: Add python-pyqtwebengine.

2020-01-13 Thread Pierre Neidhardt
Thanks for the patches, comments below: Mike Rosset writes: > * gnu/packages/qt.scm (python-pyqtwebengine): New variable. > --- > gnu/packages/qt.scm | 97 + > 1 file changed, 97 insertions(+) > > diff --git a/gnu/packages/qt.scm

bug#38148: [PATCH 1/2] gnu: Add python-pyqtwebengine.

2020-01-13 Thread Mike Rosset
Hello Florian With the addition of QtWebengine into Guix. I've created some patches to upgrade qutebrowser to 1.9.0 and to use QtWebengine by default. And Guix is now using Qt 5.12.6 which is not to bad. I hope this leads to less error reports for you. Once this gets merged in. Regards,

bug#38148: [PATCH 1/2] gnu: Add python-pyqtwebengine.

2020-01-13 Thread Mike Rosset
* gnu/packages/qt.scm (python-pyqtwebengine): New variable. --- gnu/packages/qt.scm | 97 + 1 file changed, 97 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 514577678e..fcb297e99c 100644 --- a/gnu/packages/qt.scm +++