mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: xlsxio: Switch to cmake-build-system.
* gnu/packages/xml.scm (xlsxio) [build-system]: Switch to cmake-build-system. [arguments]: Streamline. [native-inputs]: Remove which. Change-Id: Ie40e04b4ee1e53b158609cb378674f9a64da512a
This commit is contained in:
parent
c8ff4e93fc
commit
27322a0be4
1 changed files with 3 additions and 11 deletions
|
|
@ -1592,17 +1592,9 @@ SAX2 APIs.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "140ap2l3qy27z1fhqpkq3a44aikhr3v5zlnm9m8vag42qiagiznx"))))
|
||||
(native-inputs
|
||||
(list expat gnu-make minizip which))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:make-flags
|
||||
#~(list (string-append "PREFIX=" #$output))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
(delete 'check))))
|
||||
(native-inputs (list expat minizip pkg-config))
|
||||
(build-system cmake-build-system)
|
||||
(arguments (list #:tests? #f)) ;no test suite
|
||||
(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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue