all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vincent Legoll <vincent.legoll@gmail.com>
To: 39858@debbugs.gnu.org
Subject: [bug#39858] [PATCH, v2, 2/2] gnu: ccache: Fix indentation
Date: Wed, 4 Mar 2020 18:54:44 +0100	[thread overview]
Message-ID: <CAEwRq=rubXKJMS3569e+9=h_KBYpT4nreK43pZZiGt2pdxUZ3w@mail.gmail.com> (raw)
In-Reply-To: <CAEwRq=peNMiFf5rzKPUDhNFnz27Uko-0t2f=Wmc33qxaPree2w@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 51 bytes --]

here the split indentation fix

-- 
Vincent Legoll

[-- Attachment #2: 0002-gnu-ccache-Fix-indentation.patch --]
[-- Type: text/x-patch, Size: 1285 bytes --]

From 65d1ba85b1d9437a929d41dd96ebd86b4f0086f8 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Wed, 4 Mar 2020 18:38:59 +0100
Subject: [PATCH 2/2] gnu: ccache: Fix indentation

* gnu/packages/ccache.scm (ccache): Fix indentation
---
 gnu/packages/ccache.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/ccache.scm b/gnu/packages/ccache.scm
index c0aafad1fd..529742403e 100644
--- a/gnu/packages/ccache.scm
+++ b/gnu/packages/ccache.scm
@@ -44,11 +44,11 @@
     (inputs `(("zlib" ,zlib)))
     (arguments
      '(#:phases (modify-phases %standard-phases
-                 (add-before 'check 'setup-tests
-                   (lambda _
-                     (substitute* '("unittest/test_hashutil.c" "test/suites/base.bash")
-                       (("#!/bin/sh") (string-append "#!" (which "sh"))))
-                     #t)))))
+                  (add-before 'check 'setup-tests
+                    (lambda _
+                      (substitute* '("unittest/test_hashutil.c" "test/suites/base.bash")
+                        (("#!/bin/sh") (string-append "#!" (which "sh"))))
+                      #t)))))
     (home-page "https://ccache.dev/")
     (synopsis "Compiler cache")
     (description
-- 
2.25.1


      parent reply	other threads:[~2020-03-04 17:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-01 17:48 [bug#39858] [PATCH] gnu: ccache: Update to 3.7.7 Vincent Legoll
2020-03-02  6:49 ` Eric Bavier
     [not found] ` <6be6367ceeabbcbd3dc812883eced66c@posteo.net>
2020-03-02  7:44   ` Vincent Legoll
2020-03-04 17:53 ` [bug#39858] [PATCH, v2, 1/2] " Vincent Legoll
2020-03-07 21:19   ` bug#39858: " Ludovic Courtès
2020-03-04 17:54 ` Vincent Legoll [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEwRq=rubXKJMS3569e+9=h_KBYpT4nreK43pZZiGt2pdxUZ3w@mail.gmail.com' \
    --to=vincent.legoll@gmail.com \
    --cc=39858@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.