summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2022-01-22 15:38:16 +0100
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2022-01-22 20:36:16 +0100
commit3576bc777861089fd87db7ee75d269e26159c448 (patch)
tree5ef76c7949c5bedfacb6e755eac83a39dc8a5a22
parentd96f47f012571cdd6dd67c513e496042db303ca7 (diff)
downloadguix-patches-3576bc777861089fd87db7ee75d269e26159c448.tar
guix-patches-3576bc777861089fd87db7ee75d269e26159c448.tar.gz
gnu: gnome-recipes: Fix build.
* gnu/packages/gnome.scm (gnome-recipes)[native-inputs]: Add python.
-rw-r--r--gnu/packages/gnome.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 399af53d88..84c4127a64 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -866,7 +866,8 @@ patterns.")
(file-name (git-file-name "libgd" version))
(sha256
(base32 "16yld0ap7qj1n96h4f2sqkjmibg7xx5xwkqxdfzam2nmyfdlrrrs"))))
- ("pkg-config" ,pkg-config)))
+ ("pkg-config" ,pkg-config)
+ ("python" ,python)))
(home-page "https://wiki.gnome.org/Apps/Recipes")
(synopsis "Discover recipes for preparing food")
(description "GNOME Recipes helps you discover what to cook today,