guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: vte/gtk+-2: Adjust for changes in inherited package.


From: guix-commits
Subject: 01/01: gnu: vte/gtk+-2: Adjust for changes in inherited package.
Date: Thu, 28 Nov 2019 09:54:38 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 8eebde743925bd6ead0344243b2cc5b44cc98841
Author: Marius Bakke <address@hidden>
Date:   Thu Nov 28 15:54:10 2019 +0100

    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 11ed035..4e5e8cd 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



reply via email to

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