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 <a@ajgrf.com>
This commit is contained in:
parent
d2b5cdfef7
commit
fd62167464
1 changed files with 2 additions and 1 deletions
|
@ -326,7 +326,8 @@ It uses ES6 syntax and claims to be more actively maintained than others.")
|
||||||
(arguments
|
(arguments
|
||||||
'(#:install-plan
|
'(#:install-plan
|
||||||
'(("." "share/gnome-shell/extensions/paperwm@hedning:matrix.org"
|
'(("." "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
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'install 'compile-schemas
|
(add-before 'install 'compile-schemas
|
||||||
|
|
Reference in a new issue