The lxc package doesn't build on systems other than Linux.

svn path=/nixpkgs/trunk/; revision=24608
This commit is contained in:
Peter Simons 2010-11-05 14:49:42 +00:00
parent 7c07c5aae2
commit 027f42695c

View File

@ -20,6 +20,6 @@ stdenv.mkDerivation rec{
homepage = http://lxc.sourceforge.net;
description = "lxc Linux Containers userland tools";
license = "LGPLv2.1+";
platforms = with stdenv.lib.platforms; all;
platforms = stdenv.lib.platforms.linux;
};
}