mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sdsl-lite: Remove unused inputs.
Documentation also wants graphviz, which drastically increases 'guiz size sdsl-lite'. * gnu/packages/datastructures.scm (sdsl-lite)[native-inputs]: Remove doxygen.
This commit is contained in:
parent
3546771cc8
commit
2b04bb3b4e
1 changed files with 0 additions and 3 deletions
|
@ -21,7 +21,6 @@
|
||||||
|
|
||||||
(define-module (gnu packages datastructures)
|
(define-module (gnu packages datastructures)
|
||||||
#:use-module (gnu packages)
|
#:use-module (gnu packages)
|
||||||
#:use-module (gnu packages documentation)
|
|
||||||
#:use-module (gnu packages perl)
|
#:use-module (gnu packages perl)
|
||||||
#:use-module ((guix licenses) #:prefix license:)
|
#:use-module ((guix licenses) #:prefix license:)
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
|
@ -216,8 +215,6 @@ to the structure and choosing one or more fields to act as the key.")
|
||||||
(base32
|
(base32
|
||||||
"1v86ivv3mmdy802i9xkjpxb4cggj3s27wb19ja4sw1klnivjj69g"))))
|
"1v86ivv3mmdy802i9xkjpxb4cggj3s27wb19ja4sw1klnivjj69g"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
|
||||||
`(("doxygen" ,doxygen)))
|
|
||||||
(home-page "https://github.com/simongog/sdsl-lite")
|
(home-page "https://github.com/simongog/sdsl-lite")
|
||||||
(synopsis "Succinct data structure library")
|
(synopsis "Succinct data structure library")
|
||||||
(description "The Succinct Data Structure Library (SDSL) is a powerful and
|
(description "The Succinct Data Structure Library (SDSL) is a powerful and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue