From 92f1318e740f652221fc96dae8626020c0d624db Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 23 Feb 2021 10:05:06 -0300 Subject: scripts/paku: Indent #:phases keyword --- scripts/paku | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/paku') diff --git a/scripts/paku b/scripts/paku index b7be676..079dd0a 100755 --- a/scripts/paku +++ b/scripts/paku @@ -75,8 +75,8 @@ EOF (build-system gnu-build-system)$CHECK_INPUTS (arguments \`(#:make-flags (list (string-append "CC=" ,(cc-for-target)) (string-append "PREFIX=" %output)) - #:phases (modify-phases %standard-phases - (delete 'configure)))) + #:phases (modify-phases %standard-phases + (delete 'configure)))) (synopsis (file-append source "/description")) (description (file-append source "/long-description")) (home-page (string-append "https://" name ".euandreh.xyz")) -- cgit v1.2.3