diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2019-11-25 09:59:38 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2019-11-25 14:08:32 +0200 |
| commit | 2b04bb3b4ede92907228a2d5940e63b6684aff45 (patch) | |
| tree | 1dc62aa0cef92ce83413e27620d2588cc5886124 /gnu/packages/datastructures.scm | |
| parent | 3546771cc8e5a24de89965e69f74c1d20027fefd (diff) | |
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.
Diffstat (limited to 'gnu/packages/datastructures.scm')
| -rw-r--r-- | gnu/packages/datastructures.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm index 3ead3ac2c48..36a135c6060 100644 --- a/gnu/packages/datastructures.scm +++ b/gnu/packages/datastructures.scm | |||
| @@ -21,7 +21,6 @@ | |||
| 21 | 21 | ||
| 22 | (define-module (gnu packages datastructures) | 22 | (define-module (gnu packages datastructures) |
| 23 | #:use-module (gnu packages) | 23 | #:use-module (gnu packages) |
| 24 | #:use-module (gnu packages documentation) | ||
| 25 | #:use-module (gnu packages perl) | 24 | #:use-module (gnu packages perl) |
| 26 | #:use-module ((guix licenses) #:prefix license:) | 25 | #:use-module ((guix licenses) #:prefix license:) |
| 27 | #:use-module (guix packages) | 26 | #:use-module (guix packages) |
| @@ -216,8 +215,6 @@ to the structure and choosing one or more fields to act as the key.") | |||
| 216 | (base32 | 215 | (base32 |
| 217 | "1v86ivv3mmdy802i9xkjpxb4cggj3s27wb19ja4sw1klnivjj69g")))) | 216 | "1v86ivv3mmdy802i9xkjpxb4cggj3s27wb19ja4sw1klnivjj69g")))) |
| 218 | (build-system cmake-build-system) | 217 | (build-system cmake-build-system) |
| 219 | (native-inputs | ||
| 220 | `(("doxygen" ,doxygen))) | ||
| 221 | (home-page "https://github.com/simongog/sdsl-lite") | 218 | (home-page "https://github.com/simongog/sdsl-lite") |
| 222 | (synopsis "Succinct data structure library") | 219 | (synopsis "Succinct data structure library") |
| 223 | (description "The Succinct Data Structure Library (SDSL) is a powerful and | 220 | (description "The Succinct Data Structure Library (SDSL) is a powerful and |
