gnu: gnome-shell-extension-paperwm: Install compiled gschemas.
authorJack Hill <jackhill@jackhill.us>
Fri, 21 Feb 2020 18:45:32 +0000 (12:45 -0600)
committerAlex Griffin <a@ajgrf.com>
Fri, 21 Feb 2020 18:45:32 +0000 (12:45 -0600)
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm)[arguments]:
Install compiled gschemas.

Signed-off-by: Alex Griffin <a@ajgrf.com>
gnu/packages/gnome-xyz.scm

index 34c331d..cd334ab 100644 (file)
@@ -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