Added ratpoison; commented out ext3cow - there is no working version for 2.6.22.1
svn path=/nixpkgs/trunk/; revision=9040
This commit is contained in:
parent
908786f816
commit
d59c7b1cd9
@ -1263,7 +1263,7 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
boost = import ../development/libraries/boost {
|
boost = import ../development/libraries/boost {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv zlib bzip2 python;
|
||||||
};
|
};
|
||||||
|
|
||||||
cairo = import ../development/libraries/cairo {
|
cairo = import ../development/libraries/cairo {
|
||||||
@ -2446,14 +2446,14 @@ rec {
|
|||||||
kernel_2_6_22 = import ../os-specific/linux/kernel/linux-2.6.22.nix {
|
kernel_2_6_22 = import ../os-specific/linux/kernel/linux-2.6.22.nix {
|
||||||
inherit fetchurl stdenv perl mktemp module_init_tools;
|
inherit fetchurl stdenv perl mktemp module_init_tools;
|
||||||
kernelPatches = [
|
kernelPatches = [
|
||||||
{ name = "ext3cow";
|
/*{ name = "ext3cow";
|
||||||
patch = ../os-specific/linux/kernel/linux-2.6.20.3-ext3cow.patch;
|
patch = ../os-specific/linux/kernel/linux-2.6.20.3-ext3cow.patch;
|
||||||
extraConfig =
|
extraConfig =
|
||||||
"CONFIG_EXT3COW_FS=m\n" +
|
"CONFIG_EXT3COW_FS=m\n" +
|
||||||
"CONFIG_EXT3COW_FS_XATTR=y\n" +
|
"CONFIG_EXT3COW_FS_XATTR=y\n" +
|
||||||
"CONFIG_EXT3COW_FS_POSIX_ACL=y\n" +
|
"CONFIG_EXT3COW_FS_POSIX_ACL=y\n" +
|
||||||
"CONFIG_EXT3COW_FS_SECURITY=y\n";
|
"CONFIG_EXT3COW_FS_SECURITY=y\n";
|
||||||
}
|
}*/
|
||||||
{ name = "paravirt-nvidia";
|
{ name = "paravirt-nvidia";
|
||||||
patch = ../os-specific/linux/kernel/2.6.22-paravirt-nvidia.patch;
|
patch = ../os-specific/linux/kernel/2.6.22-paravirt-nvidia.patch;
|
||||||
}
|
}
|
||||||
@ -3130,6 +3130,12 @@ rec {
|
|||||||
inherit fetchurl stdenv ncurses;
|
inherit fetchurl stdenv ncurses;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ratpoison = import ../applications/window-managers/ratpoison {
|
||||||
|
inherit fetchurl stdenv fontconfig readline;
|
||||||
|
inherit (xlibs) libX11 inputproto libXt libXpm libXft
|
||||||
|
libXtst xextproto;
|
||||||
|
};
|
||||||
|
|
||||||
rcs = import ../applications/version-management/rcs {
|
rcs = import ../applications/version-management/rcs {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user