guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: vte: Add 'pre-build phase.


From: Federico Beffa
Subject: 01/01: gnu: vte: Add 'pre-build phase.
Date: Mon, 19 Jan 2015 20:14:14 +0000

beffa pushed a commit to branch wip-gobject-introspection
in repository guix.

commit 7ed6ee1e34011189b42c32d305ac2c2f6b9efa17
Author: Federico Beffa <address@hidden>
Date:   Mon Jan 19 18:04:12 2015 +0100

    gnu: vte: Add 'pre-build phase.
    
    * gnu/packages/gnome.scm (vte): Add 'pre-build phase.
---
 gnu/packages/gnome.scm |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 20f4078..acc964e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1344,6 +1344,13 @@ libraries written in C.")
        ("xmllint" ,libxml2)))
     (propagated-inputs
      `(("gtk+" ,gtk+))) ; required by libvte-2.91.pc
+    (arguments
+     `(#:phases
+       (alist-cons-before
+        'build 'pre-build
+        (lambda* _
+          (setenv "CC" "gcc"))
+        %standard-phases)))
     (home-page "http://www.gnome.org/";)
     (synopsis "Virtual Terminal Emulator")
     (description



reply via email to

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