Skip to content
Snippets Groups Projects
Commit 67880c8e authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: texlive: Fix bug recently introduced in d4bf49b1.

Fixes bug introduced in d4bf49b1.

* gnu/packages/texlive.scm (texlive): Change 'alist-replace' to
  'alist-cons-before'.
parent a53a9aed
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment