mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: texlive: Fix bug recently introduced in d4bf49b
.
Fixes bug introduced in d4bf49b140
.
* gnu/packages/texlive.scm (texlive): Change 'alist-replace' to
'alist-cons-before'.
This commit is contained in:
parent
a53a9aed93
commit
67880c8e2b
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ (define-public texlive
|
|||
"--with-system-zlib"
|
||||
"--with-system-zziplib")
|
||||
#:phases
|
||||
(alist-replace
|
||||
(alist-cons-before
|
||||
'configure 'patch-perl-shebang
|
||||
(lambda _
|
||||
(substitute* "utils/psutils/Makefile.in"
|
||||
|
|
Loading…
Reference in a new issue