[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/15: gnu: GTK+: Remove unused inputs.
From: |
guix-commits |
Subject: |
03/15: gnu: GTK+: Remove unused inputs. |
Date: |
Thu, 13 May 2021 11:05:48 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 817507f0ab993f655779670483e5750e50b70e1e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon May 10 16:53:30 2021 +0200
gnu: GTK+: Remove unused inputs.
* gnu/packages/gtk.scm (gtk+)[inputs]: Remove PAPI, which is not the Papi
GTK+
expects.
[native-inputs]: Remove INTLTOOL, which is not used by current GNOME
projects.
---
gnu/packages/gtk.scm | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index ea5d8f3..2ed28af 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -88,7 +88,6 @@
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages pretty-print)
- #:use-module (gnu packages profiling)
#:use-module (gnu packages python)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages guile)
@@ -979,17 +978,13 @@ application suites.")
("wayland" ,wayland)
("wayland-protocols" ,wayland-protocols)))
(inputs
- `(;; XXX: colord depends on mozjs (through polkit), which fails on
- ;; on non-intel systems now.
- ("colord" ,colord)
+ `(("colord" ,colord)
("cups" ,cups)
("graphene" ,graphene)
("harfbuzz" ,harfbuzz)
("iso-codes" ,iso-codes)
("json-glib" ,json-glib)
("libxml2" ,libxml2)
- ("papi" ,papi)
- ;; XXX: rest depends on p11-kit, which fails on mips64el now.
("rest" ,rest)))
(native-inputs
`(("docbook-xml" ,docbook-xml-4.1.2)
@@ -997,7 +992,6 @@ application suites.")
("glib" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
("hicolor-icon-theme" ,hicolor-icon-theme)
- ("intltool" ,intltool)
("perl" ,perl)
("pkg-config" ,pkg-config)
("python-wrapper" ,python-wrapper)
- branch core-updates updated (09a1e17 -> f5ca7e7), guix-commits, 2021/05/13
- 04/15: gnu: cairo: Remove duplicate input., guix-commits, 2021/05/13
- 11/15: gnu: libwebp: Update to 1.2.0., guix-commits, 2021/05/13
- 08/15: gnu: python-pytest-asyncio: Update to 0.15.1., guix-commits, 2021/05/13
- 13/15: gnu: mozjs: Build with Rust 1.41., guix-commits, 2021/05/13
- 01/15: gnu: Fix references to unbound variables., guix-commits, 2021/05/13
- 03/15: gnu: GTK+: Remove unused inputs.,
guix-commits <=
- 10/15: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/05/13
- 15/15: gnu: elogind: Fix build failure with GCC 10., guix-commits, 2021/05/13
- 12/15: gnu: shepherd: Decrease optimization level., guix-commits, 2021/05/13
- 07/15: gnu: librsvg: Update to 2.50.5., guix-commits, 2021/05/13
- 06/15: gnu: librsvg: Build with Rust 1.48., guix-commits, 2021/05/13
- 02/15: gnu: freeglut: Fix build with GCC 10., guix-commits, 2021/05/13
- 05/15: gnu: Rust: Export all versions., guix-commits, 2021/05/13
- 14/15: gnu: mozjs: Update to 78.10.1., guix-commits, 2021/05/13
- 09/15: gnu: python-pycairo: Update to 1.20.0., guix-commits, 2021/05/13