diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-11-28 15:54:10 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-11-28 15:54:10 +0100 |
commit | 8eebde743925bd6ead0344243b2cc5b44cc98841 (patch) | |
tree | e029af0d08e06e09419eac93871e63e5d17d6541 | |
parent | 6018d26b6b4ed79e7d6b8d0b2c94e243fd9ba1c5 (diff) | |
download | patches-8eebde743925bd6ead0344243b2cc5b44cc98841.tar patches-8eebde743925bd6ead0344243b2cc5b44cc98841.tar.gz |
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.
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |