diff options
author | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2019-07-25 17:05:10 +0200 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2019-07-25 17:05:10 +0200 |
commit | 2bec5923f54dc8fc0d280a27a6860304eb67a5ef (patch) | |
tree | 193dc0fbeb9e065728f19d0db95dcc1a30fa1e1b | |
parent | cfd4822f28e25ec775b096a318ce43a9fba6d73e (diff) |
Remove unneeded append
-rw-r--r-- | pandoc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ %standard-phases (replace 'install (lambda _ - (copy-recursively "." (string-append %output)))) + (copy-recursively "." %output))) (delete 'build) (delete 'configure)))) (synopsis "A universal document converter") |