gnu: texlive-musixtnt: Fix build.

* gnu/packages/tex.scm (texlive-musixtnt)[arguments]: Don't refer to
nonexistent 'unpack-prerex-source' phase.

Change-Id: I38e9e24dcf0bb7583f42b6dd1c4647a648f89445
This commit is contained in:
宋文武 2024-06-19 15:18:43 +08:00 committed by Ludovic Courtès
parent a74743cd1f
commit b287e368de
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -22606,7 +22606,7 @@ (define-public texlive-musixtnt
;; 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)