diff options
author | Leo Famulari <leo@famulari.name> | 2016-08-16 14:04:39 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-08-16 14:05:14 -0400 |
commit | 59c3e984742d20a01493d3ae79e1c2d500c498d9 (patch) | |
tree | 9add7958a9c9955e4aec8d42aa91b50948e5504a | |
parent | 517a6c0c6e426b8a6e45685e8e4fab4ef2f2c2d6 (diff) | |
download | guix-59c3e984742d20a01493d3ae79e1c2d500c498d9.tar.gz |
ant-build-system: Fix typo.
* guix/build-system/ant.scm (ant-build): Fix typo.
-rw-r--r-- | guix/build-system/ant.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/build-system/ant.scm b/guix/build-system/ant.scm index f333aa5ae8..550f92bc7f 100644 --- a/guix/build-system/ant.scm +++ b/guix/build-system/ant.scm @@ -103,7 +103,7 @@ (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)))) |