guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/8] gnu: qt: Update to 5.6.1-1.


From: Andreas Enge
Subject: Re: [PATCH 1/8] gnu: qt: Update to 5.6.1-1.
Date: Sat, 30 Jul 2016 10:57:41 +0200
User-agent: Mutt/1.6.1 (2016-04-27)

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"
> > +                            "qtbase/mkspecs/features/qt_functions.prf"
> > +                            "qtbase/qmake/library/qmakebuiltins.cpp")
> > +                          (("/bin/sh") (which "sh")))
>                              ^
> This should be aligned with the ‘u’ of ‘substitute*’.

I need indentation help again! I thought we either indented like this:

(function 1
          2
          3)
with the first argument following the procedure name; or like this:

(function
  1
  2
  3)
with the first argument on the next line.

So I misunderstood, and it is actually
(function 1
  2
  3)
in the first case?

Andreas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]