mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -05:00
gnu: xlsxio: Use G-expressions.
* gnu/packages/xml.scm (xlsxio)[arguments]: Rewrite as G-expressions.
This commit is contained in:
parent
fa1cd5b31f
commit
3fae4f64ba
1 changed files with 10 additions and 9 deletions
|
@ -1531,8 +1531,9 @@ (define-public xlsxio
|
||||||
(list expat gnu-make minizip which))
|
(list expat gnu-make minizip which))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
(list
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
(delete 'check)
|
(delete 'check)
|
||||||
(replace 'install
|
(replace 'install
|
||||||
|
|
Loading…
Reference in a new issue