guix-patches
[Top][All Lists]
Advanced

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

[bug#31333] [PATCH 11/22] gnu: Add groovy-console.


From: Danny Milosavljevic
Subject: [bug#31333] [PATCH 11/22] gnu: Add groovy-console.
Date: Mon, 7 May 2018 20:10:12 +0200

> +       ;; FIXME: tests are not run
> +       #:test-dir "src/test"

Why not?

> +       #:phases
> +       (modify-phases %standard-phases
> +         (add-before 'configure 'chdir
> +           (lambda _
> +             (chdir "subprojects/groovy-console")))

#t

> +         (add-before 'build 'copy-resources
> +           (lambda _
> +             (copy-recursively "src/main/resources" "build/classes")))

#t

LGTM!

Attachment: pgpd_lxg9CzVi.pgp
Description: OpenPGP digital signature


reply via email to

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