mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Added SNIX
svn path=/nixpkgs/trunk/; revision=10772
This commit is contained in:
parent
03473a3fc3
commit
4a59b2d875
@ -3816,7 +3816,8 @@ rec {
|
||||
modules = [];
|
||||
};
|
||||
|
||||
kernel = kernel_2_6_23;
|
||||
# kernel = kernel_2_6_23;
|
||||
kernel = kernel_2_6_21_ck;
|
||||
|
||||
systemKernel = (if (getConfig ["kernel" "version"] "2.6.21") == "2.6.22" then
|
||||
kernel_2_6_22 else if (getConfig ["kernel" "version"] "2.6.21") == "2.6.23" then
|
||||
@ -5819,6 +5820,16 @@ rec {
|
||||
inherit (xlibs) libX11;
|
||||
};
|
||||
|
||||
# State Nix
|
||||
snix = import ../tools/package-management/snix {
|
||||
inherit fetchurl stdenv perl curl bzip2 openssl;
|
||||
aterm = aterm242fixes;
|
||||
db4 = db45;
|
||||
|
||||
inherit ext3cowtools e3cfsprogs rsync;
|
||||
ext3cow_kernel = kernel;
|
||||
};
|
||||
|
||||
synaptics = import ../misc/synaptics {
|
||||
inherit fetchurl stdenv pkgconfig;
|
||||
inherit (xlibs) libX11 libXi libXext pixman xf86inputevdev;
|
||||
|
Loading…
Reference in New Issue
Block a user