me
/
guix
Archived
1
0
Fork 0

gnu: axoloti-runtime: Simplify.

* gnu/packages/axoloti.scm (axoloti-runtime)[source]: Remove BEGIN and
trailing #T from snippet.

Change-Id: I79d0c11e5430f56bcb07d70b285ec94116d7b509
master
Ricardo Wurmus 2024-04-04 21:41:20 +02:00
parent be1fdec1cb
commit e391a271bb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 4 deletions

View File

@ -85,11 +85,9 @@
(sha256
(base32 "1qffis277wshldr3i939b0r2x3a2mlr53samxqmr2nk1sfm2b4w9"))
(modules '((guix build utils)))
(snippet
'(begin
;; Remove pre-built Java binaries.
(delete-file-recursively "lib/")
#t))))
(snippet
'(delete-file-recursively "lib/"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no check target