From 3966ebbbe75fb78c3fbdfcf0bb78920abdcef5d7 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 11 Jul 2017 08:53:11 +0200 Subject: gnu: Add texlive-latex-varwidth. * gnu/packages/tex.scm (texlive-latex-varwidth): New variable. --- gnu/packages/tex.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 3a5810eb61..432d10d640 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3114,6 +3114,40 @@ technical illustrations. Its output is scalable PostScript or SVG, rather than the bitmaps Metafont creates.") (license license:lppl))) +(define-public texlive-latex-varwidth + (package + (name "texlive-latex-varwidth") + (version (number->string %texlive-revision)) + (source (origin + (method svn-fetch) + (uri (svn-reference + (url (string-append "svn://www.tug.org/texlive/tags/" + %texlive-tag "/Master/texmf-dist/" + "/tex/latex/varwidth")) + (revision %texlive-revision))) + (file-name (string-append name "-" version "-checkout")) + (sha256 + (base32 + "1bmz9ap0ffyg7qry2xi7lki06qx4809w028xvk88cl66h7p46g52")))) + (build-system trivial-build-system) + (arguments + `(#:modules ((guix build utils)) + #:builder + (begin + (use-modules (guix build utils)) + (let ((target (string-append (assoc-ref %outputs "out") + "/share/texmf-dist/tex/latex/varwidth"))) + (mkdir-p target) + (copy-recursively (assoc-ref %build-inputs "source") target) + #t)))) + (home-page "http://www.ctan.org/pkg/varwidth") + (synopsis "Variable-width minipage") + (description + "The @code{varwidth} environment is superficially similar to +@code{minipage}, but the specified width is just a maximum value — the box may +get a narrower “natural” width.") + (license license:lppl))) + (define-public texlive-latex-wasysym (package (name "texlive-latex-wasysym") -- cgit v1.2.3 /commit/?id=9564967e991e23b75872cd9fe6d8c557ca0d3c95'>root/tests/guix-environment.sh
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-22 06:16:55 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-01-22 06:20:01 +0100
commit9564967e991e23b75872cd9fe6d8c557ca0d3c95 (patch)
treeedf2346909fd540d6fc34709ab7ba5d2fe3e3d07 /tests/guix-environment.sh
parente7472958c19070673402b110bf3ddab62fa019b6 (diff)
downloadguix-9564967e991e23b75872cd9fe6d8c557ca0d3c95.tar.gz
guix-9564967e991e23b75872cd9fe6d8c557ca0d3c95.zip
gnu: gegl: Update to 0.4.20.
* gnu/packages/gimp.scm (gegl): Update to 0.4.20.
Diffstat (limited to 'tests/guix-environment.sh')
0 files changed, 0 insertions, 0 deletions