[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: libuninameslist: Use 'modify-phases' syntax.
From: |
Efraim Flashner |
Subject: |
02/04: gnu: libuninameslist: Use 'modify-phases' syntax. |
Date: |
Mon, 10 Oct 2016 12:52:28 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit 7286dd218b1333cefd28ae81e5c9d88eb526d690
Author: Efraim Flashner <address@hidden>
Date: Mon Oct 10 12:58:14 2016 +0300
gnu: libuninameslist: Use 'modify-phases' syntax.
* gnu/packages/fontutils.scm (libuninameslist)[arguments]: Use
'modify-phases' syntax.
---
gnu/packages/fontutils.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 335eebf..d6872d0 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -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