summaryrefslogtreecommitdiff
path: root/gnu/packages/markup.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2018-06-27 21:01:27 -0400
committerMark H Weaver <mhw@netris.org>2018-11-14 23:44:02 -0500
commit4851af9ebe3949354a2d22ca932bbecb072c5024 (patch)
tree2f184da542879160b07bdacd8977e7d51339b089 /gnu/packages/markup.scm
parent366c1cbbc623fd94de05bde7c67e61ec0360aded (diff)
downloadguix-patches-4851af9ebe3949354a2d22ca932bbecb072c5024.tar
guix-patches-4851af9ebe3949354a2d22ca932bbecb072c5024.tar.gz
gnu: perl: Return #t from all phases.
* gnu/packages/gd.scm (perl-gd-securityimage) * gnu/packages/libevent.scm (perl-ev) * gnu/packages/markup.scm (perl-text-markdown-discount) * gnu/packages/perl-check.scm (perl-test2-bundle-extended) * gnu/packages/perl.scm (perl-digest-md5, perl-encode-hanextra) (perl-ipc-run, perl-pathtools) * gnu/packages/photo.scm (perl-image-exiftool): Return #t from all phases.
Diffstat (limited to 'gnu/packages/markup.scm')
-rw-r--r--gnu/packages/markup.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index cdcfbc7898..20da258029 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -173,7 +173,8 @@ convert it to structurally valid XHTML (or HTML).")
(string-append
"OTHERLDFLAGS = -lmarkdown -Wl,-rpath="
(assoc-ref inputs "discount")
- "/lib"))))))))
+ "/lib")))
+ #t)))))
(inputs
`(("discount" ,discount)))
(home-page