From 1a66699721a93c5cb57fb9af1bc8efbd1a919780 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Wed, 26 Aug 2020 10:47:12 -0400 Subject: gnu: cheese: Remove unnecessary wrapping. * gnu/packages/gnome.scm (cheese) [arguments]<#:phases>['wrap-cheese]: Remove phase. Signed-off-by: Danny Milosavljevic --- 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 c38aa72112..59d2f0eb33 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12023,14 +12023,7 @@ (define-public cheese (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) -- cgit v1.2.3