diff options
| author | Efraim Flashner | 2018-03-13 21:12:18 +0200 |
|---|---|---|
| committer | Efraim Flashner | 2018-03-13 21:48:22 +0200 |
| commit | 79234c0a690e9fef5e695a43aa906741c9d223fb (patch) | |
| tree | 2c52be2e493016664edc7149b70b6cbb7e8b4581 | |
| parent | 9a7b5784633b168009ec2e7199c42ac5f789a362 (diff) | |
gnu: ocaml-qtest: Declare a source file-name.
* gnu/packages/ocaml.scm (ocaml-qtest)[source]: Declare a source
file-name.
| -rw-r--r-- | gnu/packages/ocaml.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 2ec67ba7b..d84348111 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1128,6 +1128,7 @@ instances and printing them.") (method url-fetch) (uri (string-append "https://github.com/vincent-hugot/iTeML/" "archive/v" version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "1hw3jqir7w79payy4knc38fa3nxcvl7ap6y6hnqavrhpi8zqb59j")))) |