From b1332dca0fd9fed96b5273e495c2d4350bfde89a Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Tue, 19 Oct 2010 13:43:29 +0000 Subject: svn path=/nixpkgs/trunk/; revision=24366 --- pkgs/build-support/release/ant-build.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/build-support/release/ant-build.nix') diff --git a/pkgs/build-support/release/ant-build.nix b/pkgs/build-support/release/ant-build.nix index e761205f663f..4c8d5fbac75e 100644 --- a/pkgs/build-support/release/ant-build.nix +++ b/pkgs/build-support/release/ant-build.nix @@ -10,7 +10,7 @@ , ... } @ args: let - antFlags = "-f ${buildfile} " + stdenv.lib.concatMapStrings ({name, value}: "-D${name}=${value}" ) antProperties ; + antFlags = "-f ${buildfile} " + stdenv.lib.concatMapStrings ({name, value}: "-D${name}=${value} " ) antProperties ; in stdenv.mkDerivation ( -- cgit 1.4.1