[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/16: gnu: gnome-sudoku: Remove input labels.
From: |
guix-commits |
Subject: |
04/16: gnu: gnome-sudoku: Remove input labels. |
Date: |
Thu, 10 Mar 2022 05:43:53 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 25afd66a818744a68899460a961bc170af176ce3
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Mar 10 09:32:50 2022 +0100
gnu: gnome-sudoku: Remove input labels.
* gnu/packages/gnome.scm (gnome-sudoku)[native-inputs]: Remove labels.
---
gnu/packages/gnome.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d186badde8..381ea04ea0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5179,14 +5179,14 @@ once.")
(substitute* "build-aux/post_install.py"
(("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)
- ("itstool" ,itstool)
- ("vala" ,vala)
- ("xmllint" ,libxml2)))
+ (list pkg-config
+ python ;for 'build-aux/post_install.py'
+ desktop-file-utils
+ `(,glib "bin") ;for glib-compile-resources
+ intltool
+ itstool
+ vala
+ libxml2))
(inputs
(list gtk+ json-glib libgee librsvg qqwing))
(home-page "https://wiki.gnome.org/Apps/Sudoku")
- branch master updated (cceb5344ae -> 2a55f99aff), guix-commits, 2022/03/10
- 03/16: gnu: gnome-sudoku: Add missing dependency on Python., guix-commits, 2022/03/10
- 04/16: gnu: gnome-sudoku: Remove input labels.,
guix-commits <=
- 05/16: home: symlink-manager: Clarify module imports., guix-commits, 2022/03/10
- 09/16: home: symlink-manager: Remove 'empty-directory?' and avoid TOCTTOU race., guix-commits, 2022/03/10
- 02/16: gnu: gnome-arcade: Update to 0.240., guix-commits, 2022/03/10
- 08/16: home: symlink-manager: Use 'file-is-directory?'., guix-commits, 2022/03/10
- 16/16: home: symlink-manager: Rename "path" to "file" where appropriate., guix-commits, 2022/03/10
- 07/16: home: symlink-manager: Use 'for-each' when used for effects., guix-commits, 2022/03/10
- 01/16: maint: 'assert-binaries-available' only checks ci.guix.gnu.org., guix-commits, 2022/03/10
- 06/16: home: symlink-manager: Move helper procedures as top-level defines., guix-commits, 2022/03/10
- 11/16: tests: Make sure 'guix home reconfigure' backs up files., guix-commits, 2022/03/10
- 13/16: tests: Check 'guix home reconfigure' for a second generation., guix-commits, 2022/03/10