diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xyz/euandreh/queue.scm | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index bd4d126..34aa7e2 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -286,6 +286,15 @@ is a static source code analysis engine.") (base32 "1pgaqa4f00i9r5z7l9xiya0q51ysq0nhpvgr0f3rza3cxz1v80d5")))) (build-system perl-build-system) + (arguments + `(#:make-maker-flags + ;; MakeMaker doesn't honor $LIBRARY_PATH nor $INCLUDE_PATH. + (list (string-append "LIBS=-L" + (assoc-ref %build-inputs "cmark") + "/lib -lcmark") + (string-append "INC=-I" + (assoc-ref %build-inputs "cmark") + "/include")))) (native-inputs `(("cmark" ,cmark) ("perl-devel-checklib", perl-devel-checklib) @@ -423,7 +432,6 @@ Template::Mustache conforms to v1.1.3 of the Mustache specs.") perl-readonly-xs perl-ppix-utilities perl-critic - #; perl-commonmark perl-escape-houdini perl-class-tiny-antlers |