diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-30 16:34:34 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-30 17:02:38 +0200 |
commit | 4fdad3edc39d1bbc60bdc3340da9b670697167ce (patch) | |
tree | 0d2c4fb91ea7047c5b538dbe869e1084806b6343 | |
parent | 378b8a6446a4b81915572bb65e957a2b5742cc33 (diff) | |
download | patches-4fdad3edc39d1bbc60bdc3340da9b670697167ce.tar patches-4fdad3edc39d1bbc60bdc3340da9b670697167ce.tar.gz |
gnu: eid-mw: Name checkout.
* gnu/packages/security-token.scm (eid-mw)[source]:
Add FILE-NAME.
-rw-r--r-- | gnu/packages/security-token.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 5edb37366e..8aa3f0caef 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -109,6 +109,7 @@ readers and is needed to communicate with such devices through the (uri (git-reference (url "https://github.com/Fedict/eid-mw") (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 (base32 "1q82fw63xzrnrgh1wyh457hal6vfdl6swqfq7l6kviywiwlzx7kd")))) (build-system glib-or-gtk-build-system) |