efraim pushed a commit to branch master
in repository guix.

commit 8c6c33a2a5bf385e1589b405ee7f842684ed80c1
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Sep 26 15:00:13 2021 +0300

    gnu: fzf: Don't install source.
    
    * gnu/packages/terminals.scm (fzf)[arguments]: Add keyword to not
    install sourcecode.
---
 gnu/packages/terminals.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 29d4917..85bca58 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -878,7 +878,8 @@ usable with any list--including files, command history, 
processes and more.")
     (arguments
      (ensure-keyword-arguments
       (package-arguments go-github-com-junegunn-fzf)
-      `(#:phases
+      `(#:install-source? #f
+        #:phases
         (modify-phases %standard-phases
           (add-after 'install 'copy-binaries
             (lambda* (#:key outputs #:allow-other-keys)

Reply via email to