me
/
guix
Archived
1
0
Fork 0

gnu: xlsxio: Use G-expressions.

* gnu/packages/xml.scm (xlsxio)[arguments]:
Rewrite as G-expressions.
master
Tobias Geerinckx-Rice 2022-10-16 02:00:01 +02:00
parent fa1cd5b31f
commit 3fae4f64ba
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 10 additions and 9 deletions

View File

@ -1531,15 +1531,16 @@ SAX2 APIs.")
(list expat gnu-make minizip which))
(build-system gnu-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(delete 'configure)
(delete 'check)
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(invoke "make" "install"
(string-append
"PREFIX=" (assoc-ref outputs "out"))))))))
(list
#:phases
#~(modify-phases %standard-phases
(delete 'configure)
(delete 'check)
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(invoke "make" "install"
(string-append
"PREFIX=" (assoc-ref outputs "out"))))))))
(synopsis "C library for reading and writing .xlsx files")
(description "XLSX I/O aims to provide a C library for reading and writing
.xlsx files. The .xlsx file format is the native format used by Microsoft(R)