me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-alcortesm-tgz: Don't reset gzip timestamps.

The tgz files are committed test fixtures, so don't reset their timestamps.

* gnu/packages/golang.scm (go-github-com-alcortesm-tgz)[arguments]:
Remove 'make-git-checkout-writable' phase.  Delete 'reset-gzip-timestamps' phase
instead.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Sarah Morgensen 2021-09-19 16:32:13 -07:00 committed by Leo Famulari
parent 93c7a5103d
commit 8ac2d303e4
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 5 deletions

View File

@ -7622,11 +7622,8 @@ ssh-agent process using the sample server. ")
`(#:import-path "github.com/alcortesm/tgz"
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'make-git-checkout-writable
(lambda* (#:key outputs #:allow-other-keys)
(for-each make-file-writable (find-files "."))
(for-each make-file-writable (find-files (assoc-ref outputs "out")))
#t)))))
;; Files are test fixtures, not generated.
(delete 'reset-gzip-timestamps))))
(home-page "https://github.com/alcortesm/tgz/")
(synopsis "Go library to extract tgz files to temporal directories")
(description "This package provides a Go library to extract tgz files to