mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
file-name may help. checksums were wrong
This commit is contained in:
parent
014f055471
commit
62f950bc7e
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@
|
|||
(uri (git-reference
|
||||
(url "https://github.com/containers/podman")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256 (base32 "1nrqcg289d6d8flli8ybgh79nh2h8wvhqsyzi88jsqcn6w5c4bim"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256 (base32 "06sif830kf1p9bk5znfar3naqv81prsxf6p0vw3g7gd8mdm946d5"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(begin
|
||||
(substitute* "Makefile" (("all: binaries docs") "all: binaries"))
|
||||
|
|
Loading…
Add table
Reference in a new issue