guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: gnome-shell-extension-noannoyance: Use the copy-build-system


From: guix-commits
Subject: 01/02: gnu: gnome-shell-extension-noannoyance: Use the copy-build-system.
Date: Thu, 27 Feb 2020 05:34:02 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit c456d18b50f764d008ef46029201ef20584cd6f7
Author: Leo Prikler <address@hidden>
AuthorDate: Fri Feb 21 17:32:15 2020 +0100

    gnu: gnome-shell-extension-noannoyance: Use the copy-build-system.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance):
    Use the copy-build-system.
---
 gnu/packages/gnome-xyz.scm | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 8783019..5215658 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -380,18 +380,10 @@ into a single panel, similar to that found in KDE Plasma 
and Windows 7+.")
                (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/"
-                     "address@hidden")))
-           (mkdir-p dst)
-           (copy-recursively (assoc-ref %build-inputs "source") dst)))))
+     '(#:install-plan
+       '(("." "share/gnome-shell/extensions/address@hidden"))))
     (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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]