diff options
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 3716d6989a..70af0ee83f 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -22606,7 +22606,7 @@ the older (Type 1 fonts only) bundle @code{musixtex-t1fonts} obsolete.") ;; Tarball includes a release date that we ignore. (first (find-files ".." "^musixtnt-.*\\.tar.gz")) "--strip-components=1")))) - (add-after 'unpack-prerex-source 'build-msxlint + (add-after 'build 'build-msxlint (lambda args (with-directory-excursion "build" (for-each (lambda (phase) |