diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2022-03-28 19:03:39 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2022-03-28 21:34:08 +0300 |
| commit | f24ddb1e90909e12b4a72407fa2a325e452b13d7 (patch) | |
| tree | e9857f4894ac38d0c57e42ede763c28f070bf4aa /gnu/packages/datastructures.scm | |
| parent | abd8286480ea94a07440bf49a7abe8fb03cd1737 (diff) | |
gnu: sdsl-lite: Adjust inputs.
* gnu/packages/datastructures.scm (sdsl-lite)[native-inputs]: Move
libdivsufsort from here ...
[propagated-inputs]: ... to here.
Diffstat (limited to 'gnu/packages/datastructures.scm')
| -rw-r--r-- | gnu/packages/datastructures.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm index 07cd2aa8720..f247231ecfa 100644 --- a/gnu/packages/datastructures.scm +++ b/gnu/packages/datastructures.scm | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ;;; Copyright © 2015, 2016, 2018, 2019 Ricardo Wurmus <rekado@elephly.net> | 2 | ;;; Copyright © 2015, 2016, 2018, 2019 Ricardo Wurmus <rekado@elephly.net> |
| 3 | ;;; Copyright © 2016, 2017, 2019–2021 Tobias Geerinckx-Rice <me@tobias.gr> | 3 | ;;; Copyright © 2016, 2017, 2019–2021 Tobias Geerinckx-Rice <me@tobias.gr> |
| 4 | ;;; Copyright © 2018 Meiyo Peng <meiyo.peng@gmail.com> | 4 | ;;; Copyright © 2018 Meiyo Peng <meiyo.peng@gmail.com> |
| 5 | ;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il> | 5 | ;;; Copyright © 2019, 2020, 2022 Efraim Flashner <efraim@flashner.co.il> |
| 6 | ;;; Copyright © 2020 Mark H Weaver <mhw@netris.org> | 6 | ;;; Copyright © 2020 Mark H Weaver <mhw@netris.org> |
| 7 | ;;; Copyright © 2020 Marius Bakke <marius@gnu.org> | 7 | ;;; Copyright © 2020 Marius Bakke <marius@gnu.org> |
| 8 | ;;; | 8 | ;;; |
| @@ -266,7 +266,7 @@ to the structure and choosing one or more fields to act as the key.") | |||
| 266 | Cflags: -I${includedir}~%" | 266 | Cflags: -I${includedir}~%" |
| 267 | out ,version))) | 267 | out ,version))) |
| 268 | #t)))))) | 268 | #t)))))) |
| 269 | (native-inputs | 269 | (propagated-inputs |
| 270 | (list libdivsufsort)) | 270 | (list libdivsufsort)) |
| 271 | (home-page "https://github.com/simongog/sdsl-lite") | 271 | (home-page "https://github.com/simongog/sdsl-lite") |
| 272 | (synopsis "Succinct data structure library") | 272 | (synopsis "Succinct data structure library") |
