mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ccache: Fix indentation
* gnu/packages/ccache.scm (ccache): Fix indentation Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9eb456b8c7
commit
74ff08e6b8
1 changed files with 5 additions and 5 deletions
|
@ -44,11 +44,11 @@
|
||||||
(inputs `(("zlib" ,zlib)))
|
(inputs `(("zlib" ,zlib)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
(add-before 'check 'setup-tests
|
(add-before 'check 'setup-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* '("unittest/test_hashutil.c" "test/suites/base.bash")
|
(substitute* '("unittest/test_hashutil.c" "test/suites/base.bash")
|
||||||
(("#!/bin/sh") (string-append "#!" (which "sh"))))
|
(("#!/bin/sh") (string-append "#!" (which "sh"))))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "https://ccache.dev/")
|
(home-page "https://ccache.dev/")
|
||||||
(synopsis "Compiler cache")
|
(synopsis "Compiler cache")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue