From cf1b0e132ebd6fe2e83d3f914f9f57c291263268 Mon Sep 17 00:00:00 2001 From: pjotrp Date: Sun, 22 Mar 2026 11:19:26 +0100 Subject: Moved redundant and older packages to new repo: guix-bioinformatics-past. It may have been too much, but we can move back --- gn/packages/java.scm | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'gn/packages/java.scm') diff --git a/gn/packages/java.scm b/gn/packages/java.scm index 2a3b07b..38e3473 100644 --- a/gn/packages/java.scm +++ b/gn/packages/java.scm @@ -283,32 +283,6 @@ flexibility and simplicity.") ;; an instance of the xUnit architecture for unit testing frameworks.") ;; (license license:asl2.0))) -(define-public maven - (package - (name "maven") - (version "3.3.9") - (source (origin - (method url-fetch) - (uri (string-append "http://apache.proserve.nl/maven/maven-3/" - version "/source/apache-maven-" version "-src.tar.gz")) - (sha256 - (base32 "1g0iavyb34kvs3jfrx2hfnr8lr11m39sj852cy7528wva1glfl4i")))) - (build-system ant-build-system) - (arguments - `(#:make-flags "-Dmaven.home=build/" - #:phases - (modify-phases %standard-phases - (add-before 'build 'set-m2-variable - (lambda _ - (setenv "M2_HOME" (string-append (assoc-ref %outputs "out") "/maven-3.3.9"))))))) - (home-page "https://maven.apache.org/") - (synopsis "") - (description "Apache Maven is a software project management and -comprehension tool. Based on the concept of a project object model (POM), -Maven can manage a project's build, reporting and documentation from a central -piece of information.") - (license license:asl2.0))) - ;; TODO: Remove bundled jars from buildLib, lib, testLib and javascript (define-public rtg-tools (package -- cgit 1.4.1