guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gnome-shell-extension-paperwm: Install compi


From: guix-commits
Subject: branch master updated: gnu: gnome-shell-extension-paperwm: Install compiled gschemas.
Date: Fri, 21 Feb 2020 13:48:02 -0500

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

ajgrf pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fd62167  gnu: gnome-shell-extension-paperwm: Install compiled gschemas.
fd62167 is described below

commit fd62167464a2c0276870596b36b9ba5caa4e8d5f
Author: Jack Hill <address@hidden>
AuthorDate: Fri Feb 21 12:45:32 2020 -0600

    gnu: gnome-shell-extension-paperwm: Install compiled gschemas.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm)[arguments]:
    Install compiled gschemas.
    
    Signed-off-by: Alex Griffin <address@hidden>
---
 gnu/packages/gnome-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 34c331d..cd334ab 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -326,7 +326,8 @@ It uses ES6 syntax and claims to be more actively 
maintained than others.")
     (arguments
      '(#:install-plan
        '(("." "share/gnome-shell/extensions/paperwm@hedning:matrix.org"
-          #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" 
"\\.xml$")))
+          #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$"
+                            "\\.xml$" "\\.compiled$")))
        #:phases
        (modify-phases %standard-phases
          (add-before 'install 'compile-schemas



reply via email to

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