mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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:
parent
a74743cd1f
commit
b287e368de
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue