diff options
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 07cd2aa872..f247231ecf 100644 --- a/gnu/packages/datastructures.scm +++ b/gnu/packages/datastructures.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2015, 2016, 2018, 2019 Ricardo Wurmus <[email protected]> ;;; Copyright © 2016, 2017, 2019–2021 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2018 Meiyo Peng <[email protected]> -;;; Copyright © 2019, 2020 Efraim Flashner <[email protected]> +;;; Copyright © 2019, 2020, 2022 Efraim Flashner <[email protected]> ;;; Copyright © 2020 Mark H Weaver <[email protected]> ;;; Copyright © 2020 Marius Bakke <[email protected]> ;;; @@ -266,7 +266,7 @@ to the structure and choosing one or more fields to act as the key.") Cflags: -I${includedir}~%" out ,version))) #t)))))) - (native-inputs + (propagated-inputs (list libdivsufsort)) (home-page "https://github.com/simongog/sdsl-lite") (synopsis "Succinct data structure library") |