diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-05 13:13:43 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-05 17:01:52 +0100 |
commit | 2d588f3c032b821830a323ad8436006c6a9f5db9 (patch) | |
tree | d9ee5824b78409c4a17dff211b7f39b48c35ef22 /gnu | |
parent | 9e6008b775fc19365dee9346f14c973a616ca5d4 (diff) | |
download | patches-2d588f3c032b821830a323ad8436006c6a9f5db9.tar patches-2d588f3c032b821830a323ad8436006c6a9f5db9.tar.gz |
gnu: f2fs-tools: Don't use NAME in source URI.
* gnu/packages/linux.scm (f2fs-tools-1.7, f2fs-tools)[source]:
Hard-code NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 82efc80542..8c83acf21e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3395,7 +3395,7 @@ from the btrfs-progs package. It is meant to be used in initrds.") (method url-fetch) (uri (string-append "https://git.kernel.org/cgit/linux/kernel/git/jaegeuk" - "/f2fs-tools.git/snapshot/" name "-" version ".tar.gz")) + "/f2fs-tools.git/snapshot/f2fs-tools-" version ".tar.gz")) (sha256 (base32 "1m6bn1ibq0p53m0n97il91xqgjgn2pzlz74lb5bfzassx7159m1k")))) @@ -3438,7 +3438,7 @@ disks and SD cards. This package provides the userland utilities.") (method url-fetch) (uri (string-append "https://git.kernel.org/cgit/linux/kernel/git/jaegeuk" - "/f2fs-tools.git/snapshot/" name "-" version ".tar.gz")) + "/f2fs-tools.git/snapshot/f2fs-tools-" version ".tar.gz")) (sha256 (base32 "1qvr3hcic1vzfmyl7c0gnjxfsw8zjaadm66y337h49chv9yaq5mr")))) |