diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-05-28 18:32:18 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:20 +0200 |
commit | 6ee443d6fe986b15d2184fb8ebbe7cadd2c92829 (patch) | |
tree | 03592e0fbd42f74b87c8da898367615c5c4686a9 /gnu | |
parent | 0f1a8e5b4b70f8e0467b3ad58f9f66391fce4fd9 (diff) | |
download | guix-6ee443d6fe986b15d2184fb8ebbe7cadd2c92829.tar.gz |
gnu: tex.scm: Remove completed TODO.
* gnu/packages/tex.scm (texlive-axodraw2): Remove TODO. Change-Id: I0abd99cb5e5f3d46ba40fa28cfc629daec8e336d
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 67cbc0b2f5..8e62238d28 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -4167,8 +4167,6 @@ other parts.") #:tests? #true #:phases #~(modify-phases %standard-phases - ;; TODO: Since we're building "axohelp" from source here, it can be - ;; removed from `texlive-bin' (world rebuild). (add-after 'unpack 'build-axohelp (lambda* (#:key tests? #:allow-other-keys) (with-directory-excursion "source/latex/axodraw2" |