gnu: gnome-shell-extension-paperwm: Use new package style.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm)[arguments]: Convert to list of G-Expressions. [native-inputs]: Drop labels. Co-authored-by: Justin Veilleux <terramorpha@cock.li> Co-authored-by: Vivien Kraus <vivien@planete-kraus.eu>
This commit is contained in:
		
							parent
							
								
									5fa60c3e81
								
							
						
					
					
						commit
						ed3aa00249
					
				
					 1 changed files with 12 additions and 12 deletions
				
			
		|  | @ -1030,19 +1030,19 @@ It uses ES6 syntax and claims to be more actively maintained than others.") | ||||||
|                '(begin (delete-file "schemas/gschemas.compiled"))))) |                '(begin (delete-file "schemas/gschemas.compiled"))))) | ||||||
|     (build-system copy-build-system) |     (build-system copy-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      '(#:install-plan |      (list | ||||||
|        '(("." "share/gnome-shell/extensions/paperwm@paperwm.github.com" |       #:install-plan | ||||||
|           #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" |       #~'(("." "share/gnome-shell/extensions/paperwm@paperwm.github.com" | ||||||
|                             "\\.xml$" "\\.compiled$" "\\.svg$"))) |            #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" | ||||||
|        #:phases |                              "\\.xml$" "\\.compiled$" "\\.svg$"))) | ||||||
|        (modify-phases %standard-phases |       #:phases | ||||||
|          (add-before 'install 'compile-schemas |       #~(modify-phases %standard-phases | ||||||
|            (lambda _ |           (add-before 'install 'compile-schemas | ||||||
|              (with-directory-excursion "schemas" |             (lambda _ | ||||||
|                (invoke "make")) |               (with-directory-excursion "schemas" | ||||||
|              #t))))) |                 (invoke "make"))))))) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      `(("glib:bin" ,glib "bin"))) ; for glib-compile-schemas |      (list `(,glib "bin"))) ; for glib-compile-schemas | ||||||
|     (home-page "https://github.com/paperwm/PaperWM") |     (home-page "https://github.com/paperwm/PaperWM") | ||||||
|     (synopsis "Tiled scrollable window management for GNOME Shell") |     (synopsis "Tiled scrollable window management for GNOME Shell") | ||||||
|     (description "PaperWM is an experimental GNOME Shell extension providing |     (description "PaperWM is an experimental GNOME Shell extension providing | ||||||
|  |  | ||||||
		Reference in a new issue