mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ SAX2 APIs.")
|
||||||
(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…
Add table
Add a link
Reference in a new issue