gnu: fzf: Don't install source.

* gnu/packages/terminals.scm (fzf)[arguments]: Add keyword to not
install sourcecode.
This commit is contained in:
Efraim Flashner 2021-09-26 15:00:13 +03:00
parent b8669aa64e
commit 8c6c33a2a5
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -878,7 +878,8 @@ (define-public fzf
(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)