diff options
Diffstat (limited to '')
-rw-r--r-- | src/xyz/euandreh/packages.scm | 20 |
1 files 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/") |