guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: enlightenment: Fix desktop session file creation.


From: guix-commits
Subject: 01/01: gnu: enlightenment: Fix desktop session file creation.
Date: Mon, 21 Oct 2019 11:47:47 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit ff093d7b7b63f616fc4551fe5ca9a3e76d752ebf
Author: Efraim Flashner <address@hidden>
Date:   Sun Oct 20 11:55:54 2019 +0300

    gnu: enlightenment: Fix desktop session file creation.
    
    * gnu/packages/enlightenment.scm (enlightenment)[arguments]: Create
    wayland session file only when building with wayland support.
---
 gnu/packages/enlightenment.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 857a8dd..32a1e60 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -298,6 +298,11 @@ Libraries with some extra bells and whistles.")
        #:phases
        (modify-phases %standard-phases
          (delete 'bootstrap) ; We don't want to run the autogen script.
+         (add-after 'unpack 'fix-dot-desktop-creation
+           (lambda _
+             (substitute* "data/session/meson.build"
+               (("HAVE_WAYLAND'.*") "HAVE_WAYLAND') == true\n"))
+             #t))
          (add-before 'configure 'set-system-actions
            (lambda* (#:key inputs #:allow-other-keys)
             (setenv "HOME" "/tmp")



reply via email to

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