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:
Efraim Flashner 2020-08-25 20:38:52 +03:00
parent c34a9db3d1
commit a5ccf1b522
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -2588,6 +2588,7 @@ interrupted, published, and collaborated on while in progress.")
(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