guix-commits
[Top][All Lists]
Advanced

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

03/16: gnu: gnome-sudoku: Add missing dependency on Python.


From: guix-commits
Subject: 03/16: gnu: gnome-sudoku: Add missing dependency on Python.
Date: Thu, 10 Mar 2022 05:43:53 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 0cb05f4a06f41970388bfccce29e415a258f98af
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Mar 10 09:31:19 2022 +0100

    gnu: gnome-sudoku: Add missing dependency on Python.
    
    * gnu/packages/gnome.scm (gnome-sudoku)[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 937b10ece7..d186badde8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
-;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès 
<ludo@gnu.org>
+;;; Copyright © 2014-2022 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net>
 ;;; Copyright © 2014, 2016, 2020 Eric Bavier <bavier@posteo.net>
 ;;; Copyright © 2014, 2015 Federico Beffa <beffa@fbengineering.ch>
@@ -5180,6 +5180,7 @@ once.")
                (("gtk-update-icon-cache") (which "true"))))))))
     (native-inputs
      `(("pkg-config" ,pkg-config)
+       ("python" ,python)                     ;for 'build-aux/post_install.py'
        ("desktop-file-utils" ,desktop-file-utils)
        ("glib:bin" ,glib "bin") ; for glib-compile-resources
        ("intltool" ,intltool)



reply via email to

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