diff options
author | Michael Rohleder <[email protected]> | 2022-01-27 07:56:20 +0100 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2022-01-27 10:45:03 +0200 |
commit | 6305c76ae022f0491cc019f19fe2d199626706cf (patch) | |
tree | 5fe8c893386e2457f64370fc9213cb5dfaed69d5 | |
parent | e3027578cb31c1584a9b87b8512d1dad9de0667c (diff) |
gnu: gnome-mines: Fix build.
* gnu/packages/web.scm (gnome-mines)[native-inputs]: Add python-wrapper.
Signed-off-by: Efraim Flashner <[email protected]>
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2fe1f4de39..e3fac534c4 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -54,7 +54,7 @@ ;;; Copyright © 2020, 2021 Vinicius Monego <[email protected]> ;;; Copyright © 2020, 2021 Brice Waegeneire <[email protected]> ;;; Copyright © 2020 Arun Isaac <[email protected]> -;;; Copyright © 2020 Michael Rohleder <[email protected]> +;;; Copyright © 2020, 2022 Michael Rohleder <[email protected]> ;;; Copyright © 2020 Tim Gesthuizen <[email protected]> ;;; Copyright © 2020, 2021 Andy Tai <[email protected]> ;;; Copyright © 2020, 2021 Sébastien Lerique <[email protected]> @@ -5106,6 +5106,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.") ("desktop-file-utils" ,desktop-file-utils) ("intltool" ,intltool) ("itstool" ,itstool) + ("python" ,python-wrapper) ; for meson_post_install.py ("vala" ,vala) ("yelp" ,yelp) ("appstream-glib" ,appstream-glib))) |