ngz pushed a commit to branch tex-team
in repository guix.

commit 9416768eef2c92da8e686edd8df815607b2c0568
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue May 28 18:32:18 2024 +0200

    gnu: tex.scm: Remove completed TODO.
    
    * gnu/packages/tex.scm (texlive-axodraw2): Remove TODO.
    
    Change-Id: I0abd99cb5e5f3d46ba40fa28cfc629daec8e336d
---
 gnu/packages/tex.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 57c31e53d0..da1a282008 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4151,8 +4151,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"

Reply via email to