mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
* splashutils_13 / splashutils_15: these don't depend on the kernel
version. * Add klibc and splashutils to the channel. svn path=/nixpkgs/trunk/; revision=13901
This commit is contained in:
parent
b48cc44ebf
commit
edc5cdaf98
@ -6420,18 +6420,6 @@ let
|
||||
if kernel.features ? fbConDecor && system != "x86_64-linux" then splashutils_15 else
|
||||
null;
|
||||
|
||||
splashutils_13 = import ../os-specific/linux/splashutils/1.3.nix {
|
||||
inherit fetchurl stdenv klibc;
|
||||
zlib = zlibStatic;
|
||||
libjpeg = libjpegStatic;
|
||||
};
|
||||
|
||||
splashutils_15 = import ../os-specific/linux/splashutils/1.5.nix {
|
||||
inherit fetchurl stdenv klibc;
|
||||
zlib = zlibStatic;
|
||||
libjpeg = libjpegStatic;
|
||||
};
|
||||
|
||||
ext3cowtools = import ../os-specific/linux/ext3cow-tools {
|
||||
inherit stdenv fetchurl;
|
||||
kernel_ext3cowpatched = kernel;
|
||||
@ -6678,6 +6666,18 @@ let
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
splashutils_13 = import ../os-specific/linux/splashutils/1.3.nix {
|
||||
inherit fetchurl stdenv klibc;
|
||||
zlib = zlibStatic;
|
||||
libjpeg = libjpegStatic;
|
||||
};
|
||||
|
||||
splashutils_15 = import ../os-specific/linux/splashutils/1.5.nix {
|
||||
inherit fetchurl stdenv klibc;
|
||||
zlib = zlibStatic;
|
||||
libjpeg = libjpegStatic;
|
||||
};
|
||||
|
||||
squashfsTools = import ../os-specific/linux/squashfs {
|
||||
inherit fetchurl stdenv zlib;
|
||||
};
|
||||
|
@ -98,6 +98,7 @@ let
|
||||
kbd
|
||||
kcachegrind
|
||||
kdebase
|
||||
klibc
|
||||
ktorrent
|
||||
kvm
|
||||
less
|
||||
@ -160,6 +161,8 @@ let
|
||||
seccure
|
||||
slim
|
||||
spidermonkey
|
||||
splashutils_13
|
||||
splashutils_15
|
||||
ssmtp
|
||||
strace
|
||||
su
|
||||
@ -242,36 +245,26 @@ let
|
||||
inherit (pkgs.kernelPackages_2_6_23)
|
||||
iwlwifi
|
||||
kernel
|
||||
klibc
|
||||
splashutils
|
||||
;
|
||||
};
|
||||
kernelPackages_2_6_25 = pkgs.recurseIntoAttrs {
|
||||
inherit (pkgs.kernelPackages_2_6_25)
|
||||
kernel
|
||||
klibc
|
||||
# splashutils
|
||||
;
|
||||
};
|
||||
kernelPackages_2_6_26 = pkgs.recurseIntoAttrs {
|
||||
inherit (pkgs.kernelPackages_2_6_26)
|
||||
kernel
|
||||
klibc
|
||||
# splashutils
|
||||
;
|
||||
};
|
||||
kernelPackages_2_6_27 = pkgs.recurseIntoAttrs {
|
||||
inherit (pkgs.kernelPackages_2_6_27)
|
||||
kernel
|
||||
klibc
|
||||
# splashutils
|
||||
;
|
||||
};
|
||||
kernelPackages_2_6_28 = pkgs.recurseIntoAttrs {
|
||||
inherit (pkgs.kernelPackages_2_6_28)
|
||||
kernel
|
||||
klibc
|
||||
# splashutils
|
||||
;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user