~ruther/guix-local

7286dd218b1333cefd28ae81e5c9d88eb526d690 — Efraim Flashner 9 years ago f726b7c
gnu: libuninameslist: Use 'modify-phases' syntax.

* gnu/packages/fontutils.scm (libuninameslist)[arguments]: Use
'modify-phases' syntax.
1 files changed, 4 insertions(+), 5 deletions(-)

M gnu/packages/fontutils.scm
M gnu/packages/fontutils.scm => gnu/packages/fontutils.scm +4 -5
@@ 488,11 488,10 @@ smooth contours with constant curvature at the spline joins.")
                     ("automake" ,automake)
                     ("libtool" ,libtool)))
    (arguments
     `(#:phases (alist-cons-after
                 'unpack 'bootstrap
                 (lambda _
                   (zero? (system* "autoreconf" "-vi")))
                 %standard-phases)))
     `(#:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'bootstrap
           (lambda _ (zero? (system* "autoreconf" "-vi")))))))
    (synopsis "Unicode names and annotation list")
    (description
     "LibUniNamesList holds www.unicode.org Nameslist.txt data which can be