[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: ccache: Fix indentation
From: |
guix-commits |
Subject: |
04/06: gnu: ccache: Fix indentation |
Date: |
Sat, 7 Mar 2020 16:34:19 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 74ff08e6b8a0f0f53c89fb25faa31c597ad92f48
Author: Vincent Legoll <address@hidden>
AuthorDate: Wed Mar 4 18:38:59 2020 +0100
gnu: ccache: Fix indentation
* gnu/packages/ccache.scm (ccache): Fix indentation
Signed-off-by: Ludovic Courtès <address@hidden>
---
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 c0aafad..5297424 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
- branch master updated (2519e4c -> 83ac7cb), guix-commits, 2020/03/07
- 02/06: gnu: eudev: Add variant with corrected Btrfs rules., guix-commits, 2020/03/07
- 04/06: gnu: ccache: Fix indentation,
guix-commits <=
- 01/06: gnu: guile: Add 2.2.7., guix-commits, 2020/03/07
- 06/06: gnu: brotli: Remove package, guix-commits, 2020/03/07
- 03/06: gnu: ccache: Update to 3.7.7., guix-commits, 2020/03/07
- 05/06: gnu: woff2: Update to 1.0.2, guix-commits, 2020/03/07