* fxload: make it work with recent kernels.
svn path=/nixpkgs/trunk/; revision=12167
This commit is contained in:
parent
dca0666111
commit
f225672ef4
@ -10,14 +10,9 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Will be needed after linux-headers is updated to >= 2.6.21.
|
# Will be needed after linux-headers is updated to >= 2.6.21.
|
||||||
#(fetchurl {
|
|
||||||
# url = "http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/sys-apps/fxload/files/fxload-20020411-linux-headers-2.6.21.patch?rev=1.1";
|
|
||||||
# sha256 = "0ij0c8nr1rbyl5wmyv1cklhkxglvsqz32h21cjw4bjm151kgmk7p";
|
|
||||||
#})
|
|
||||||
|
|
||||||
(fetchurl {
|
(fetchurl {
|
||||||
url = "http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/sys-apps/fxload/files/fxload-20020411-linux-headers-2.6.19.patch?rev=1.1";
|
url = "http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/sys-apps/fxload/files/fxload-20020411-linux-headers-2.6.21.patch?rev=1.1";
|
||||||
sha256 = "05q7c1yvi479q5z91s9ra2rgn589qljgmdl6phqf30pgzf09r0r6";
|
sha256 = "0ij0c8nr1rbyl5wmyv1cklhkxglvsqz32h21cjw4bjm151kgmk7p";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user