guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#53292] [PATCH] build: clojure-build-system: Support compiling Java


From: Maxime Devos
Subject: [bug#53292] [PATCH] build: clojure-build-system: Support compiling Java sources.
Date: Sun, 16 Jan 2022 11:47:41 +0100
User-agent: Evolution 3.38.3-1

Hi,

Reily Siegel schreef op za 15-01-2022 om 20:31 [-0500]:
> +    (when (not (eq? java-files '()))

Maybe use the procedure 'null?' instead?

(when (not (null? java-files))
  [...])

Greetings,
Maxime.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]