diff --git a/pkgs/tools/system/lxc/default.nix b/pkgs/tools/system/lxc/default.nix index 773ee536fb8..5976d03fc33 100644 --- a/pkgs/tools/system/lxc/default.nix +++ b/pkgs/tools/system/lxc/default.nix @@ -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; }; }