~ruther/guix-local

67880c8e2bdd6d9d3a9a9dc3fe242d115f711ce9 — Mark H Weaver 12 years ago a53a9ae
gnu: texlive: Fix bug recently introduced in d4bf49b.

Fixes bug introduced in d4bf49b140bd5cfb3580d2a038679160dc1331b5.

* gnu/packages/texlive.scm (texlive): Change 'alist-replace' to
  'alist-cons-before'.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/texlive.scm
M gnu/packages/texlive.scm => gnu/packages/texlive.scm +1 -1
@@ 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"