mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: libuninameslist: Use 'modify-phases' syntax.
* gnu/packages/fontutils.scm (libuninameslist)[arguments]: Use 'modify-phases' syntax.
This commit is contained in:
parent
f726b7c526
commit
7286dd218b
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue