gnu: git-lfs: Don't install source.
* gnu/packages/version-control.scm (git-lfs)[arguments]: Don't install the sources.master
parent
c34a9db3d1
commit
a5ccf1b522
|
@ -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
|
||||
|
|
Reference in New Issue