GNU bug report logs -
#66475
[PATCH 0/2] Add support for Git Large File Storage (LFS).
Previous Next
Full log
View this message in rfc822 format
Hi,
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:
> * gnu/packages/version-control.scm (git-lfs)
> [arguments]: Add patch-/bin/sh phase.
>
> Change-Id: I2d455e683e4f6e30cd32f5b1fdaccac71616826c
> ---
> gnu/packages/version-control.scm | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
> index d9c53af71c..04b52f2a85 100644
> --- a/gnu/packages/version-control.scm
> +++ b/gnu/packages/version-control.scm
> @@ -3175,6 +3175,11 @@ (define-public git-lfs
> #:install-source? #f
> #:phases
> #~(modify-phases %standard-phases
> + (add-after 'unpack 'patch-/bin/sh
> + (lambda* (#:key inputs #:allow-other-keys)
> + (substitute* "src/github.com/git-lfs/git-lfs/lfs/hook.go"
> + (("/bin/sh")
> + (search-input-file inputs "bin/sh")))))
> (add-after 'unpack 'fix-embed-x-net
> (lambda _
> (delete-file-recursively "src/golang.org/x/net/publicsuffix/data")
That one has been merged with commit
b6a070d2a3c059c1a574dc4048fb8f942e008799.
--
Thanks,
Maxim
This bug report was last modified 1 year and 195 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.