guix-commits
[Top][All Lists]
Advanced

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

02/22: gnu: cheese: Remove unnecessary wrapping.


From: guix-commits
Subject: 02/22: gnu: cheese: Remove unnecessary wrapping.
Date: Sat, 29 Aug 2020 03:12:29 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 1a66699721a93c5cb57fb9af1bc8efbd1a919780
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Aug 26 10:47:12 2020 -0400

    gnu: cheese: Remove unnecessary wrapping.
    
    * gnu/packages/gnome.scm (cheese) [arguments]<#:phases>['wrap-cheese]: 
Remove phase.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gnome.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c38aa72..59d2f0e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12023,14 +12023,7 @@ used in different GNOME Modules.")
                (rename-file
                 (string-append out "/share/help")
                 (string-append help "/share/help"))
-               #t)))
-         (add-after 'move-doc 'wrap-cheese
-           (lambda* (#:key inputs outputs #:allow-other-keys)
-             (let* ((out (assoc-ref outputs "out"))
-                    (gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH")))
-               (wrap-program (string-append out "/bin/cheese")
-                 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))))
-             #t)))))
+               #t))))))
     (native-inputs
      `(("docbook-xml" ,docbook-xml-4.3)
        ("docbook-xsl" ,docbook-xsl)



reply via email to

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