mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
* gnu/packages/bqn.scm (dbqn): Run guix style -f.
(modules): use quote instead of quasiquote.
(phases): use invoke instead of system,
<check> [unless tests?]: display "test suite not run",
<*-jar-*>: use phases from ant-build-system directly, use correct names,
<install>: simplify, use #$output instead of (assoc-ref outputs "out"),
substitute* "java" to (search-input-file inputs "/bin/java").
(inputs): Reorder.
Change-Id: I0166a31aa4c8fe0f7fea800918fb2ddd63b3b5d9
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #2820