mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: gnome-recipes: Fix build.
* gnu/packages/gnome.scm (gnome-recipes)[native-inputs]: Add python.
This commit is contained in:
parent
d96f47f012
commit
3576bc7778
1 changed files with 2 additions and 1 deletions
|
@ -866,7 +866,8 @@ (define-public gnome-recipes
|
|||
(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,
|
||||
|
|
Loading…
Reference in a new issue