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'.
master
Mark H Weaver 2014-04-03 01:32:09 -04:00
parent a53a9aed93
commit 67880c8e2b
1 changed files with 1 additions and 1 deletions

View File

@ -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"