diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/paku | 4 |
1 files changed, 2 insertions, 2 deletions
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")) |