[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/19: gnu: sdsl-lite: Remove unused inputs.
From: |
guix-commits |
Subject: |
18/19: gnu: sdsl-lite: Remove unused inputs. |
Date: |
Mon, 25 Nov 2019 07:08:56 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 2b04bb3b4ede92907228a2d5940e63b6684aff45
Author: Efraim Flashner <address@hidden>
Date: Mon Nov 25 09:59:38 2019 +0200
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.
---
gnu/packages/datastructures.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index 3ead3ac..36a135c 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
- branch master updated (8e77da0 -> aca2bf5), guix-commits, 2019/11/25
- 11/19: gnu: unshield: Don't use unstable tarball., guix-commits, 2019/11/25
- 15/19: gnu: coq-bignums: Don't use unstable tarball., guix-commits, 2019/11/25
- 14/19: gnu: bioperl-minimal: Don't use unstable tarball., guix-commits, 2019/11/25
- 13/19: gnu: innoextract: Update to 1.8., guix-commits, 2019/11/25
- 17/19: gnu: libdivsufsort: Move to datastructures.scm., guix-commits, 2019/11/25
- 12/19: gnu: innoextract: Don't use unstable tarball., guix-commits, 2019/11/25
- 19/19: gnu: sdsl-lite: Don't use bundled libraries., guix-commits, 2019/11/25
- 18/19: gnu: sdsl-lite: Remove unused inputs.,
guix-commits <=
- 16/19: gnu: Add boost-static., guix-commits, 2019/11/25
- 10/19: gnu: snappy: Don't use unstable tarball., guix-commits, 2019/11/25
- 07/19: gnu: sparsehash: Don't use unstable tarball., guix-commits, 2019/11/25
- 05/19: gnu: imlib2: Update to 1.6.0., guix-commits, 2019/11/25
- 03/19: gnu: gnunet-gtk: Update to 0.11.7., guix-commits, 2019/11/25
- 02/19: gnu: gnunet: Update to 0.11.8., guix-commits, 2019/11/25
- 08/19: gnu: cinnamon-desktop: Don't use unstable tarball., guix-commits, 2019/11/25
- 04/19: gnu: gnunet-gtk: Sort inputs alphabetically., guix-commits, 2019/11/25
- 09/19: gnu: sfarklib: Don't use unstable tarball., guix-commits, 2019/11/25
- 01/19: gnu: gnunet-gtk: Set upstream ftp-directory., guix-commits, 2019/11/25