me
/
guix
Archived
1
0
Fork 0

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>
master
Jack Hill 2020-02-21 12:45:32 -06:00 committed by Alex Griffin
parent d2b5cdfef7
commit fd62167464
No known key found for this signature in database
GPG Key ID: 6F5120A022FBB2D5
1 changed files with 2 additions and 1 deletions

View 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