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
|
@ -115,7 +115,7 @@
|
|||
"--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 New Issue