mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: gnome-shell-extension-noannoyance: Use the copy-build-system.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance): Use the copy-build-system.
This commit is contained in:
parent
f6a151cdc6
commit
c456d18b50
1 changed files with 3 additions and 11 deletions
|
@ -380,18 +380,10 @@ (define-public gnome-shell-extension-noannoyance
|
|||
(base32
|
||||
"0fa8l3xlh8kbq07y4385wpb908zm6x53z81q16xlmin97dln32hh"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system trivial-build-system)
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
'(#:modules ((guix build utils))
|
||||
#:builder
|
||||
(begin
|
||||
(use-modules (guix build utils))
|
||||
(let ((dst (string-append
|
||||
(assoc-ref %outputs "out")
|
||||
"/share/gnome-shell/extensions/"
|
||||
"noannoyance@daase.net")))
|
||||
(mkdir-p dst)
|
||||
(copy-recursively (assoc-ref %build-inputs "source") dst)))))
|
||||
'(#:install-plan
|
||||
'(("." "share/gnome-shell/extensions/noannoyance@daase.net"))))
|
||||
(synopsis "Removes 'Window is ready' annotation")
|
||||
(description "One of the many extensions, that remove this message.
|
||||
It uses ES6 syntax and claims to be more actively maintained than others.")
|
||||
|
|
Loading…
Reference in a new issue