From 8eebde743925bd6ead0344243b2cc5b44cc98841 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 28 Nov 2019 15:54:10 +0100 Subject: gnu: vte/gtk+-2: Adjust for changes in inherited package. This is a follow-up to 68c47474bc8bc633fa3b13610d4f700891067bbc. * gnu/packages/gnome.scm (vte/gtk+-2)[build-system]: New field. --- gnu/packages/gnome.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 11ed035919..4e5e8cdbfd 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2431,6 +2431,7 @@ selection and URL hints."))) (patches (search-patches "vte-CVE-2012-2738-pt1.patch" "vte-CVE-2012-2738-pt2.patch")))) + (build-system gnu-build-system) (arguments '(#:configure-flags '("--disable-python"))) (native-inputs -- cgit v1.2.1