On Fri, Jul 29, 2016 at 09:20:48PM +0200, Ludovic Courtès wrote:
> > + (modify-phases %standard-phases
> > + (add-after 'configure 'patch-bin-sh
> > + (lambda _
> > + (substitute* '("qtbase/config.status"
> > +"qtbase/configure"
> > +
Sorry, the below message was intended to be cc-ed to the list,
but I apparently forgot.
Andreas
On Fri, Jul 29, 2016 at 08:00:53PM +0200, Andreas Enge wrote:
> Hello,
>
> On Fri, Jul 29, 2016 at 03:01:21PM +0200, David Craven wrote:
> > The reason why I'm hesitant to split this into three, apart
Andreas said exactly the same thing!! Wow.
I think he's already taking care of this, our conversation went off
the mailing list...
David Craven skribis:
> * gnu/packages/qt.scm (qt): Update to 5.6.1-1.
I think there are 3 patches here: the update, the switch to
‘modify-phases’, and the thing that disables examples. Could you
separate them?
> + (modify-phases %standard-phases
> + (add-after 'configure 'patch-
* gnu/packages/qt.scm (qt): Update to 5.6.1-1.
---
gnu/packages/qt.scm | 25 ++---
1 file changed, 18 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index f246550..dbd6a0a 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -60,7