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

* gnu/packages/fontutils.scm (libuninameslist)[arguments]: Use
'modify-phases' syntax.
This commit is contained in:
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

View file

@ -488,11 +488,10 @@ (define-public libuninameslist
("automake" ,automake) ("automake" ,automake)
("libtool" ,libtool))) ("libtool" ,libtool)))
(arguments (arguments
`(#:phases (alist-cons-after `(#:phases
'unpack 'bootstrap (modify-phases %standard-phases
(lambda _ (add-after 'unpack 'bootstrap
(zero? (system* "autoreconf" "-vi"))) (lambda _ (zero? (system* "autoreconf" "-vi")))))))
%standard-phases)))
(synopsis "Unicode names and annotation list") (synopsis "Unicode names and annotation list")
(description (description
"LibUniNamesList holds www.unicode.org Nameslist.txt data which can be "LibUniNamesList holds www.unicode.org Nameslist.txt data which can be