aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-03-16 21:28:51 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-03-16 21:28:51 +0200
commit182f2a471d85c4936126de84aaa494896a9d940a (patch)
tree6b7ccbe87282322da00ebc067c25ee6c62822f9e /ChangeLog
parentf86dd71cbdc4de5c4a38a7c598c99e630f360757 (diff)
downloadguix-182f2a471d85c4936126de84aaa494896a9d940a.tar.gz
guix-182f2a471d85c4936126de84aaa494896a9d940a.zip
gnu: rust-argon2rs-0.2: Don't skip build.
* gnu/packages/crates-io.scm (rust-argon2rs-0.2)[arguments]: Don't skip build. Add phase to find all rust dependencies.
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions
; (every (lambda (doc) (format #t "doc: building `~a'...~%" doc) (with-directory-excursion doc (let ((file (string-append out "/share/doc/lout/" doc ".ps"))) (unless (file-exists? "outfile.ps") (invoke "lout" "-r4" "-o" "outfile.ps" "all")) (copy-file "outfile.ps" file) (invoke "ps2pdf" "-dPDFSETTINGS=/prepress" "-sPAPERSIZE=a4" file (string-append out "/share/doc/lout/" doc ".pdf"))))) '("design" "expert" "slides" "user"))) #t)))))) (synopsis "Document layout system") (description "The Lout document formatting system reads a high-level description of a document similar in style to LaTeX and produces a PostScript or plain text output file. Lout offers an unprecedented range of advanced features, including optimal paragraph and page breaking, automatic hyphenation, PostScript EPS file inclusion and generation, equation formatting, tables, diagrams, rotation and scaling, sorted indexes, bibliographic databases, running headers and odd-even pages, automatic cross referencing, multilingual documents including hyphenation (most European languages are supported), formatting of computer programs, and much more, all ready to use. Furthermore, Lout is easily extended with definitions which are very much easier to write than troff of TeX macros because Lout is a high-level, purely functional language, the outcome of an eight-year research project that went back to the beginning.") (license gpl3+) (home-page "https://savannah.nongnu.org/projects/lout/")))