guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: terminology: Update build.


From: guix-commits
Subject: 02/03: gnu: terminology: Update build.
Date: Wed, 8 May 2019 12:55:33 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 944bdb2afe1e13dd3da345744f5f4437aca43b0f
Author: Efraim Flashner <address@hidden>
Date:   Wed May 8 19:44:35 2019 +0300

    gnu: terminology: Update build.
    
    * gnu/packages/enlightenment.scm (terminology)[arguments]: Add to
    configure-flags.  Add custom 'set-home-directory phase.
---
 gnu/packages/enlightenment.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index a70193c..419bcbd 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -203,7 +203,10 @@ removable devices or support for multimedia.")
                   #t))))
     (build-system meson-build-system)
     (arguments
-     `(#:configure-flags '("-Dtests=true")
+     `(#:configure-flags (list "-Dtests=true"
+                               (string-append "-Dedje-cc="
+                                              (assoc-ref %build-inputs "efl")
+                                              "/bin/edje_cc"))
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'set-home-directory
@@ -286,6 +289,7 @@ Libraries with some extra bells and whistles.")
        (modify-phases %standard-phases
          (add-before 'configure 'set-system-actions
            (lambda* (#:key inputs #:allow-other-keys)
+            (setenv "HOME" "/tmp")
              (let ((xkeyboard (assoc-ref inputs "xkeyboard-config"))
                    (setxkbmap (assoc-ref inputs "setxkbmap"))
                    (utils     (assoc-ref inputs "util-linux"))



reply via email to

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