From d028740622f2cc837d0fb161506b12e6c459505a Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 30 Dec 2015 14:33:11 +0100 Subject: gnu: icedtea6: Rename to icedtea-6. * gnu/packages/java.scm (icedtea6): Rename variable to... (icedtea-6): ...this. --- gnu/packages/java.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index b4c7bc31be..60873aa74e 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -184,7 +184,7 @@ and is best suited to building Java projects. Ant uses XML to describe the build process and its dependencies, whereas Make uses Makefile format.") (license license:asl2.0))) -(define-public icedtea6 +(define-public icedtea-6 (package (name "icedtea") (version "1.13.9") @@ -585,7 +585,7 @@ build process and its dependencies, whereas Make uses Makefile format.") "http://icedtea.classpath.org/download/drops/" "/icedtea7/" version "/" name ".tar.bz2")) (sha256 (base32 hash)))))) - (package (inherit icedtea6) + (package (inherit icedtea-6) (version version) (source (origin (method url-fetch) @@ -616,7 +616,7 @@ build process and its dependencies, whereas Make uses Makefile format.") #:tests? #f ;; Apparently, the C locale is needed for some of the tests. #:locale "C" - ,@(substitute-keyword-arguments (package-arguments icedtea6) + ,@(substitute-keyword-arguments (package-arguments icedtea-6) ((#:modules modules) `((ice-9 match) (srfi srfi-26) @@ -738,7 +738,7 @@ build process and its dependencies, whereas Make uses Makefile format.") ("hotspot-drop" ,(drop "hotspot" "03pggsrhkzpjnj939vhr3b7mcrhfp22b7yg3hkx52kcv8dqkg3yx")) - ,@(fold alist-delete (package-native-inputs icedtea6) + ,@(fold alist-delete (package-native-inputs icedtea-6) '("openjdk6-src"))))))) (define-public icedtea icedtea7) -- cgit v1.2.3 class='path'>path: root/gnu/packages/build-tools.scm
AgeCommit message (Expand)Author
2018-05-31gnu: bear: Fix python path....Fis Trivial
2018-04-25Merge branch 'master' into stagingMarius Bakke
2018-04-21gnu: Add osc....Tomáš Čech
2018-04-16Merge branch 'master' into stagingMarius Bakke
2018-04-08gnu: Add bear....Fis Trivial
2018-03-22gnu: meson: Update to 0.45.1....Marius Bakke
2018-03-18Merge branch 'master' into stagingMarius Bakke
2018-03-17gnu: Fix common unquote typos....Tobias Geerinckx-Rice
2018-03-12gnu: meson: Update to 0.45.0....Marius Bakke
2018-03-12gnu: meson-for-build: Update to 0.44.0....Marius Bakke
2018-03-12gnu: meson: Don't wrap the meson executable....Marius Bakke
2018-03-07gnu: meson: Mark up description....Tobias Geerinckx-Rice
2017-12-12gnu: meson: Update to 0.44.0....Tobias Geerinckx-Rice
2017-10-13gnu: meson: Update to 0.43.0....Ricardo Wurmus
2017-10-09gnu: meson: Update to 0.42.1....Tobias Geerinckx-Rice
2017-09-16gnu: Add meson-for-build....Peter Mikkelsen
2017-09-16gnu: meson: Update to 0.42.0....Peter Mikkelsen
2017-07-20gnu: Add premake4....Oleg Pykhalov
2017-07-19gnu: meson: Update to 0.41.1....Tobias Geerinckx-Rice
2017-05-07gnu: meson: Update to 0.40.1....Tobias Geerinckx-Rice
2017-04-20gnu: Add Meson....Corentin Bocquillon
2017-04-13gnu: Add bam....Ricardo Wurmus