guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: gnome-recipes: Fix build.


From: guix-commits
Subject: 01/03: gnu: gnome-recipes: Fix build.
Date: Sat, 22 Jan 2022 14:39:20 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 3576bc777861089fd87db7ee75d269e26159c448
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Jan 22 15:38:16 2022 +0100

    gnu: gnome-recipes: Fix build.
    
    * gnu/packages/gnome.scm (gnome-recipes)[native-inputs]: Add python.
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]