guix-commits
[Top][All Lists]
Advanced

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

branch wip-desktop updated: gnu: evolution-data-server: Include glib-or-


From: guix-commits
Subject: branch wip-desktop updated: gnu: evolution-data-server: Include glib-or-gtk and python phases.
Date: Mon, 17 Aug 2020 07:40:14 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch wip-desktop
in repository guix.

The following commit(s) were added to refs/heads/wip-desktop by this push:
     new 22cd5a8  gnu: evolution-data-server: Include glib-or-gtk and python 
phases.
22cd5a8 is described below

commit 22cd5a83ab428fdfef50c564feaa50fa5c403624
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 02:14:14 2020 -0400

    gnu: evolution-data-server: Include glib-or-gtk and python phases.
    
    * gnu/packages/gnome.scm (evolution-data-server) [arguments]: Modify.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gnome.scm | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 045f697..23c0990 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8751,14 +8751,8 @@ are exposed as GVolumes, and so on.")
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (arguments
-     `(#:imported-modules
-       (,@%cmake-build-system-modules
-        (guix build glib-or-gtk-build-system))
-       #:modules
-       ((guix build cmake-build-system)
-        ((guix build glib-or-gtk-build-system)
-         #:prefix glib-or-gtk:)
-        (guix build utils))
+     `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
        #:configure-flags
        (list
         (string-append "-DSENDMAIL_PATH="
@@ -8829,11 +8823,7 @@ are exposed as GVolumes, and so on.")
                (rename-file
                 (string-append out "/share/gtk-doc")
                 (string-append doc "/share/gtk-doc"))
-               #t)))
-         (add-after 'move-doc 'glib-or-gtk-compile-schemas
-           (assoc-ref glib-or-gtk:%standard-phases 
'glib-or-gtk-compile-schemas))
-         (add-after 'glib-or-gtk-compile-schemas 'glib-or-gtk-wrap
-           (assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-wrap)))))
+               #t))))))
     (native-inputs
      `(("docbook-xml" ,docbook-xml-4.1.2)
        ("glib:bin" ,glib "bin")



reply via email to

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