diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index cbaa697a141c..af1847cdf2f9 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -978,7 +978,7 @@ let pg_top = callPackage ../tools/misc/pg_top { }; pdsh = callPackage ../tools/networking/pdsh { - rsh = true; # enable internal rsh implementation + rsh = true; # enable internal rsh implementation ssh = openssh; }; @@ -4531,6 +4531,16 @@ let ]; }; + linux_2_6_35_oldI686 = linuxPackages_2_6_35.override { + extraConfig = '' + HIGHMEM64G? n + XEN? n + ''; + extraMeta = { + platforms = ["i686-linux"]; + }; + }; + /* Linux kernel modules are inherently tied to a specific kernel. So rather than provide specific instances of those packages for a specific kernel, we have a function that builds those packages