From fd09ef95ecf3eefba6397437cd1eef1a8a389408 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 3 Jun 2022 19:26:00 -0300 Subject: src/xyz/euandreh/packages.scm: Indentation --- src/xyz/euandreh/packages.scm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/xyz/euandreh/packages.scm b/src/xyz/euandreh/packages.scm index fdc159e..dfc47ae 100644 --- a/src/xyz/euandreh/packages.scm +++ b/src/xyz/euandreh/packages.scm @@ -24,11 +24,11 @@ (inputs (list guile-3.0 texinfo)) - (arguments `(#:make-flags - (list (string-append "PREFIX=" %output)) - #:phases - (modify-phases %standard-phases - (delete 'configure)))) + (arguments + `(#:make-flags (list (string-append "PREFIX=" %output)) + #:phases + (modify-phases %standard-phases + (delete 'configure)))) (synopsis "FIXME: (file-append source \"/description\")") (description "FIXME: (file-append source \"/long-description\")") (home-page "https://euandreh.xyz/guile-heredoc/") @@ -48,11 +48,11 @@ (base32 "1ixcfkalhhnxn7c4dshw42gd5bnwxb4c1dxkll50qyf9vdasqms8")))) (build-system gnu-build-system) - (arguments `(#:make-flags - (list (string-append "PREFIX=" %output)) - #:phases - (modify-phases %standard-phases - (delete 'configure)))) + (arguments + `(#:make-flags (list (string-append "PREFIX=" %output)) + #:phases + (modify-phases %standard-phases + (delete 'configure)))) (synopsis "FIXME: (file-append source \"/description\")") (description "FIXME: (file-append source \"/long-description\")") (home-page "https://euandreh.xyz/td/") -- cgit v1.2.3