mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: f2fs-tools: Don't fetch autogenerated git snapshot.
* gnu/packages/linux.scm (f2fs-tools)[source]: Switch to GIT-FETCH.
This commit is contained in:
parent
58e33da5f5
commit
61f67290b9
1 changed files with 7 additions and 5 deletions
|
@ -5937,13 +5937,15 @@ obviously it can be shared with files outside our set).")
|
||||||
(name "f2fs-tools")
|
(name "f2fs-tools")
|
||||||
(version "1.14.0")
|
(version "1.14.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://git.kernel.org/cgit/linux/kernel/git/jaegeuk"
|
(url "https://git.kernel.org/pub/scm/linux/kernel\
|
||||||
"/f2fs-tools.git/snapshot/f2fs-tools-" version ".tar.gz"))
|
/git/jaegeuk/f2fs-tools.git")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lab1446c78xsjwhpki7s85z4171m8p9279c8yhm4882wba674k1"))))
|
"06ss05n87i1c3149qb3n7j1qp2scv3g2adx0v6ljkl59ab9b5saj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue