Eric Bavier <[email protected]> skribis: > +(define-public source-highlight > + (package > + (name "source-highlight") > + (version "3.1.7") > + (source > + (origin > + (method url-fetch) > + (uri (string-append "mirror://gnu/src-highlite/source-highlight-" > + version ".tar.gz")) > + (sha256 > + (base32 > + "1s49ld8cnpzhhwq0r7s0sfm3cg3nhhm0wla27lwraifrrl3y1cp1")) > + (patches > + (list (search-patch > + ;; Patch submitted as Savannah item #41786 > + "source-highlight-regexrange-test.patch"))))) > + (build-system gnu-build-system) > + ;; The ctags that comes with emacs does not support the --excmd options, > + ;; so can't be used > + (inputs > + `(("boost" ,boost-1.54)))
I just realized that ‘boost-1.54’ is unbound. Is that required, or does that work with 1.55 (aka. ‘boost’)? TIA, Ludo’.
