mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
ant-build-system: Fix typo.
* guix/build-system/ant.scm (ant-build): Fix typo.
This commit is contained in:
parent
517a6c0c6e
commit
59c3e98474
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ (define* (ant-build store name inputs
|
|||
(outputs '("out"))
|
||||
(search-paths '())
|
||||
(system (%current-system))
|
||||
(guile #f)p
|
||||
(guile #f)
|
||||
(imported-modules %ant-build-system-modules)
|
||||
(modules '((guix build ant-build-system)
|
||||
(guix build utils))))
|
||||
|
|
Loading…
Reference in a new issue