mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: axoloti-runtime: Simplify.
* gnu/packages/axoloti.scm (axoloti-runtime)[source]: Remove BEGIN and trailing #T from snippet. Change-Id: I79d0c11e5430f56bcb07d70b285ec94116d7b509
This commit is contained in:
parent
be1fdec1cb
commit
e391a271bb
1 changed files with 2 additions and 4 deletions
|
@ -85,11 +85,9 @@ (define-public axoloti-runtime
|
|||
(sha256
|
||||
(base32 "1qffis277wshldr3i939b0r2x3a2mlr53samxqmr2nk1sfm2b4w9"))
|
||||
(modules '((guix build utils)))
|
||||
;; Remove pre-built Java binaries.
|
||||
(snippet
|
||||
'(begin
|
||||
;; Remove pre-built Java binaries.
|
||||
(delete-file-recursively "lib/")
|
||||
#t))))
|
||||
'(delete-file-recursively "lib/"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
|
|
Loading…
Reference in a new issue