Tell lxc to use /var instead of $out/var

svn path=/nixpkgs/trunk/; revision=24551
This commit is contained in:
Lluís Batlle i Rossell 2010-10-31 19:25:51 +00:00
parent 497a1476ae
commit 1d4fe44ecc

View File

@ -12,6 +12,8 @@ stdenv.mkDerivation rec{
sed -i -e '/ldconfig/d' src/lxc/Makefile.in
'';
configureFlags = [ "--localstatedir=/var" ];
buildInputs = [ libcap ];
meta = {