gnu: python2-elib.intl: Declare a source file-name.

* gnu/packages/python.scm (python2-elib.intl)[source]: Declare a source
file-name.
This commit is contained in:
Efraim Flashner 2018-03-14 21:15:14 +02:00
parent 66e765a063
commit dac6095d7e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3806,6 +3806,7 @@ (define-public python2-elib.intl
(uri (git-reference
(url "https://github.com/dieterv/elib.intl.git")
(commit "d09997cfef")))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"0y7vzff9xgbnaay7m0va1arl6g68ncwrvbgwl7jqlclsahzzb09d"))))