diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-30 17:32:17 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-30 21:07:11 +0200 |
commit | a97fc9cd8e861eb7b75c389ae544adccd782e7b2 (patch) | |
tree | 39748a6a685b6ccc3290e0f112a0e60d3935a38d | |
parent | 8f4b57000d0585aaa561ad4dc225e9426e8300a1 (diff) | |
download | patches-a97fc9cd8e861eb7b75c389ae544adccd782e7b2.tar patches-a97fc9cd8e861eb7b75c389ae544adccd782e7b2.tar.gz |
gnu: sbcl-myway: Name checkout.
* gnu/packages/lisp.scm (sbcl-myway)[source]: Add FILE-NAME.
-rw-r--r-- | gnu/packages/lisp.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index fa0ec42b91..083114175f 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -4441,6 +4441,7 @@ Lisp. It is intended to be a replacement of PURI.") (uri (git-reference (url "https://github.com/fukamachi/myway.git") (commit commit))) + (file-name (git-file-name "myway" version)) (sha256 (base32 "0briia9bk3lbr0frnx39d1qg6i38dm4j6z9w3yga3d40k6df4a90")))) (build-system asdf-build-system/sbcl) |