forked from mirrors/nixpkgs
svn path=/nixpkgs/trunk/; revision=24366
This commit is contained in:
parent
57ed005e24
commit
b1332dca0f
|
@ -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 (
|
||||
|
||||
|
|
Loading…
Reference in a new issue