gnu: disorderfs: Declare a source file-name.
* gnu/packages/file-systems.scm (disorderfs)[source]: Declare a source file-name.
This commit is contained in:
parent
aeb95f1f97
commit
a1dc853ef4
|
@ -114,6 +114,7 @@ single file can be mounted.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/ReproducibleBuilds/disorderfs.git")
|
(url "https://github.com/ReproducibleBuilds/disorderfs.git")
|
||||||
(commit "0.5.2")))
|
(commit "0.5.2")))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j028dq3d4m64mn9xmfamcnnc7i2drmra4pdmxdmqdsi8p7yj4sv"))))
|
"1j028dq3d4m64mn9xmfamcnnc7i2drmra4pdmxdmqdsi8p7yj4sv"))))
|
||||||
|
|
Loading…
Reference in New Issue