mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: fzf: Don't install source.
* gnu/packages/terminals.scm (fzf)[arguments]: Add keyword to not install sourcecode.
This commit is contained in:
parent
b8669aa64e
commit
8c6c33a2a5
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue