From a8713d9760a1ebb5d601ef6e34be0d6442c31440 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Sat, 28 Oct 2023 14:34:17 +0200 Subject: [PATCH] add dependency on openjdk for gradle --- snam-gradle.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snam-gradle.scm b/snam-gradle.scm index 0cd713a..e96b08c 100644 --- a/snam-gradle.scm +++ b/snam-gradle.scm @@ -2,6 +2,7 @@ #:use-module (guix licenses) #:use-module (guix packages) #:use-module (gnu packages compression) + #:use-module (gnu packages java) #:use-module (guix build-system copy) #:use-module (guix download)) @@ -15,6 +16,7 @@ (sha256 (base32 "1bkjxw7i0lm17pdyyvka4xpl6z0cdj0izagphync6839i2pg66iy")))) (build-system copy-build-system) + (inputs (list `(,openjdk "jdk"))) (native-inputs (list unzip)) (synopsis "My Gradle, a java build system") (description