Unaltered Git source

2020-11-19 Thread Stephen Scheck
Hello, Is there a way to retrieve the unaltered source of a Git project in a `(package ...)` definition? I'm using `%build-inputs` to retrieve the source, but this is a directory in /gnu/store, and all of the file permissions are changed to read-only (0400), which unfortunately causes problems wit

Re: Unaltered Git source

2020-11-19 Thread Tobias Geerinckx-Rice
Stephen, Stephen Scheck 写道: Is there a way to retrieve the unaltered source of a Git project in a `(package ...)` definition? I'm using `%build-inputs` to retrieve the source, but this is a directory in /gnu/store, and all of the file permissions are changed to read-only (0400), which unfortun

Re: Unaltered Git source

2020-11-19 Thread John Soo
Hello Stephen, You may also use make-file-writable to change permissions as you need. HTH, John