gnu: dblatex: Update to 0.3.12.
* gnu/packages/docbook.scm (dblatex): Update to 0.3.12. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
a012b27980
commit
610d8c8967
1 changed files with 4 additions and 5 deletions
|
@ -387,15 +387,15 @@ the in DocBook SGML DTDs.")
|
||||||
(define-public dblatex
|
(define-public dblatex
|
||||||
(package
|
(package
|
||||||
(name "dblatex")
|
(name "dblatex")
|
||||||
(version "0.3.11")
|
(version "0.3.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/dblatex/dblatex/"
|
(uri (string-append "mirror://sourceforge/dblatex/dblatex/"
|
||||||
"dblatex-" version "/dblatex-"
|
"dblatex-" version "/dblatex3-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rp1bc2lgisigscq1i7zxfd2qdaxxxld6khbcxss4pq7fpi9fzkv"))))
|
"0yd09nypswy3q4scri1dg7dr99d7gd6r2dwx0xm81l9f4y32gs0n"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; TODO: Add xfig/transfig for fig2dev utility
|
;; TODO: Add xfig/transfig for fig2dev utility
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -456,8 +456,7 @@ the in DocBook SGML DTDs.")
|
||||||
(string-append (assoc-ref inputs input)
|
(string-append (assoc-ref inputs input)
|
||||||
"/bin"))
|
"/bin"))
|
||||||
'("libxslt" "texlive"
|
'("libxslt" "texlive"
|
||||||
"imagemagick" "inkscape"))))
|
"imagemagick" "inkscape"))))))))))
|
||||||
#t))))))
|
|
||||||
(home-page "http://dblatex.sourceforge.net")
|
(home-page "http://dblatex.sourceforge.net")
|
||||||
(synopsis "DocBook to LaTeX Publishing")
|
(synopsis "DocBook to LaTeX Publishing")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue