mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user