mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: git-lfs: Don't install source.
* gnu/packages/version-control.scm (git-lfs)[arguments]: Don't install the sources.
This commit is contained in:
parent
c34a9db3d1
commit
a5ccf1b522
1 changed files with 1 additions and 0 deletions
|
@ -2588,6 +2588,7 @@ (define-public git-lfs
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/git-lfs/git-lfs"
|
||||
#:install-source? #f
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'build 'build-man-pages
|
||||
|
|
Loading…
Reference in a new issue