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 | |
parent | 3546771cc8e5a24de89965e69f74c1d20027fefd (diff) | |
download | patches-2b04bb3b4ede92907228a2d5940e63b6684aff45.tar patches-2b04bb3b4ede92907228a2d5940e63b6684aff45.tar.gz |
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.
-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 3ead3ac2c4..36a135c606 100644 --- a/gnu/packages/datastructures.scm +++ b/gnu/packages/datastructures.scm @@ -21,7 +21,6 @@ (define-module (gnu packages datastructures) #:use-module (gnu packages) - #:use-module (gnu packages documentation) #:use-module (gnu packages perl) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) @@ -216,8 +215,6 @@ to the structure and choosing one or more fields to act as the key.") (base32 "1v86ivv3mmdy802i9xkjpxb4cggj3s27wb19ja4sw1klnivjj69g")))) (build-system cmake-build-system) - (native-inputs - `(("doxygen" ,doxygen))) (home-page "https://github.com/simongog/sdsl-lite") (synopsis "Succinct data structure library") (description "The Succinct Data Structure Library (SDSL) is a powerful and |