ant-build-system: Fix typo.
* guix/build-system/ant.scm (ant-build): Fix typo.
This commit is contained in:
parent
517a6c0c6e
commit
59c3e98474
|
@ -103,7 +103,7 @@
|
||||||
(outputs '("out"))
|
(outputs '("out"))
|
||||||
(search-paths '())
|
(search-paths '())
|
||||||
(system (%current-system))
|
(system (%current-system))
|
||||||
(guile #f)p
|
(guile #f)
|
||||||
(imported-modules %ant-build-system-modules)
|
(imported-modules %ant-build-system-modules)
|
||||||
(modules '((guix build ant-build-system)
|
(modules '((guix build ant-build-system)
|
||||||
(guix build utils))))
|
(guix build utils))))
|
||||||
|
|
Loading…
Reference in New Issue