gnu: disorderfs: Declare a source file-name.

* gnu/packages/file-systems.scm (disorderfs)[source]: Declare a source
file-name.
This commit is contained in:
Efraim Flashner 2018-03-04 12:32:39 +02:00
parent aeb95f1f97
commit a1dc853ef4
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -114,6 +114,7 @@ single file can be mounted.")
(uri (git-reference
(url "https://github.com/ReproducibleBuilds/disorderfs.git")
(commit "0.5.2")))
(file-name (git-file-name name version))
(sha256
(base32
"1j028dq3d4m64mn9xmfamcnnc7i2drmra4pdmxdmqdsi8p7yj4sv"))))