gnu: libuninameslist: Use 'modify-phases' syntax.

* gnu/packages/fontutils.scm (libuninameslist)[arguments]: Use
'modify-phases' syntax.
master
Efraim Flashner 2016-10-10 12:58:14 +03:00
parent f726b7c526
commit 7286dd218b
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 4 additions and 5 deletions

View File

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