me
/
guix
Archived
1
0
Fork 0

gnu: ccache: Fix indentation

* gnu/packages/ccache.scm (ccache): Fix indentation

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Vincent Legoll 2020-03-04 18:38:59 +01:00 committed by Ludovic Courtès
parent 9eb456b8c7
commit 74ff08e6b8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 5 deletions

View File

@ -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