diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-06 10:55:08 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-06 10:55:08 +0100 |
commit | e5213cd63b1cdda7fa900c7f44eaf990330c6d55 (patch) | |
tree | a6c0f1471cce253fdd198b69f3406d6263a4a375 /gnu/packages/java.scm | |
parent | 006728966a7bb4c6fd0d8d4b05b71fea47645765 (diff) | |
download | guix-e5213cd63b1cdda7fa900c7f44eaf990330c6d55.tar guix-e5213cd63b1cdda7fa900c7f44eaf990330c6d55.tar.gz |
gnu: java-hamcrest-core: Remove wrong source file-name.
The sources file-name was set to "java-hamcrest-core", while it contains
not only the "core" but all of hamcrest. Further the source archive
already has the correct name.
* gnu/packages/java.scm (java-hamcrest-core)[source]: Remove file-name.
Diffstat (limited to 'gnu/packages/java.scm')
-rw-r--r-- | gnu/packages/java.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index f6960dab0a..612a2c2d8a 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -1182,7 +1182,6 @@ an Ant task that extends the built-in @code{jar} task.") (method url-fetch) (uri (string-append "https://github.com/hamcrest/JavaHamcrest/" "archive/hamcrest-java-" version ".tar.gz")) - (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "11g0s105fmwzijbv08lx8jlb521yravjmxnpgdx08fvg1kjivhva")) |