gnu: sbcl-myway: Name checkout.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 30 Apr 2019 15:32:17 +0000 (17:32 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 30 Apr 2019 19:07:11 +0000 (21:07 +0200)
* gnu/packages/lisp.scm (sbcl-myway)[source]: Add FILE-NAME.

gnu/packages/lisp.scm

index fa0ec42..0831141 100644 (file)
@@ -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)