summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-10-10 12:58:14 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-10-10 12:58:14 +0300
commit7286dd218b1333cefd28ae81e5c9d88eb526d690 (patch)
treec4cc90468c7e460ecf8fc4e273e43ceef7eac832 /gnu
parentf726b7c52653f3cafd7dbf500b37a71bd22367d1 (diff)
gnu: libuninameslist: Use 'modify-phases' syntax.
* gnu/packages/fontutils.scm (libuninameslist)[arguments]: Use 'modify-phases' syntax.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/fontutils.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 335eebfad46..d6872d05fd4 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -488,11 +488,10 @@ smooth contours with constant curvature at the spline joins.")
488 ("automake" ,automake) 488 ("automake" ,automake)
489 ("libtool" ,libtool))) 489 ("libtool" ,libtool)))
490 (arguments 490 (arguments
491 `(#:phases (alist-cons-after 491 `(#:phases
492 'unpack 'bootstrap 492 (modify-phases %standard-phases
493 (lambda _ 493 (add-after 'unpack 'bootstrap
494 (zero? (system* "autoreconf" "-vi"))) 494 (lambda _ (zero? (system* "autoreconf" "-vi")))))))
495 %standard-phases)))
496 (synopsis "Unicode names and annotation list") 495 (synopsis "Unicode names and annotation list")
497 (description 496 (description
498 "LibUniNamesList holds www.unicode.org Nameslist.txt data which can be 497 "LibUniNamesList holds www.unicode.org Nameslist.txt data which can be