diff options
-rw-r--r-- | gnu/packages/guile-xyz.scm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 6493fe6048..d89b9954de 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -15,7 +15,7 @@ ;;; Copyright © 2017, 2018, 2019, 2020 Mathieu Othacehe <[email protected]> ;;; Copyright © 2017 Theodoros Foradis <[email protected]> ;;; Copyright © 2017 Nikita <[email protected]> -;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <[email protected]> +;;; Copyright © 2017, 2018, 2021 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2018 Maxim Cournoyer <[email protected]> ;;; Copyright © 2018, 2019, 2020 Arun Isaac <[email protected]> ;;; Copyright © 2018 Pierre-Antoine Rouby <[email protected]> @@ -3306,6 +3306,13 @@ in C using Gtk+-3 and WebKitGtk.") (sha256 (base32 "03ym14g9qhjqmryr5z065kynqm8yhmvnbs2djl6vp3i9cmqln8cl")))) (build-system gnu-build-system) + (native-inputs + `(("autoconf" ,autoconf) + ("automake" ,automake) + ("gettext" ,gettext-minimal) + ("libtool" ,libtool) + ("makeinfo" ,texinfo) + ("pkg-config" ,pkg-config))) (inputs `(("guile" ,guile-2.2) ("guile-lib" ,guile2.2-lib) |