3
0
Fork 0
forked from mirrors/nixpkgs

svn path=/nixpkgs/trunk/; revision=24366

This commit is contained in:
Rob Vermaas 2010-10-19 13:43:29 +00:00
parent 57ed005e24
commit b1332dca0f

View file

@ -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 (