mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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 {
|
||||
inherit fetchurl stdenv;
|
||||
inherit fetchurl stdenv zlib bzip2 python;
|
||||
};
|
||||
|
||||
cairo = import ../development/libraries/cairo {
|
||||
@ -2446,14 +2446,14 @@ rec {
|
||||
kernel_2_6_22 = import ../os-specific/linux/kernel/linux-2.6.22.nix {
|
||||
inherit fetchurl stdenv perl mktemp module_init_tools;
|
||||
kernelPatches = [
|
||||
{ name = "ext3cow";
|
||||
/*{ name = "ext3cow";
|
||||
patch = ../os-specific/linux/kernel/linux-2.6.20.3-ext3cow.patch;
|
||||
extraConfig =
|
||||
"CONFIG_EXT3COW_FS=m\n" +
|
||||
"CONFIG_EXT3COW_FS_XATTR=y\n" +
|
||||
"CONFIG_EXT3COW_FS_POSIX_ACL=y\n" +
|
||||
"CONFIG_EXT3COW_FS_SECURITY=y\n";
|
||||
}
|
||||
}*/
|
||||
{ name = "paravirt-nvidia";
|
||||
patch = ../os-specific/linux/kernel/2.6.22-paravirt-nvidia.patch;
|
||||
}
|
||||
@ -3130,6 +3130,12 @@ rec {
|
||||
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 {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user