From 769c44da986e830460742418e46f163cc271de85 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 30 Oct 2006 13:45:48 +0000 Subject: * Get User Mode Linux to compile again: - Hack to make it work with the latest host kernel headers (2.6.18.1). - Don't call depmod impurily, rather use oldskool modutils. - modutils: use the final version, and use GCC 3.4 to compile it (4.1 doesn't work). svn path=/nixpkgs/trunk/; revision=6908 --- pkgs/os-specific/linux/modutils/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/os-specific/linux/modutils') diff --git a/pkgs/os-specific/linux/modutils/default.nix b/pkgs/os-specific/linux/modutils/default.nix index 19f9efae19ce3..ff0d25331aadc 100644 --- a/pkgs/os-specific/linux/modutils/default.nix +++ b/pkgs/os-specific/linux/modutils/default.nix @@ -1,10 +1,10 @@ {stdenv, fetchurl, bison, flex}: stdenv.mkDerivation { - name = "modutils-2.4.25"; + name = "modutils-2.4.27"; src = fetchurl { - url = http://nix.cs.uu.nl/dist/tarballs/modutils-2.4.25.tar.bz2; - md5 = "2c0cca3ef6330a187c6ef4fe41ecaa4d"; + url = http://www.kernel.org/pub/linux/utils/kernel/modutils/v2.4/modutils-2.4.27.tar.bz2; + md5 = "bac989c74ed10f3bf86177fc5b4b89b6"; }; buildInputs = [bison flex]; } -- cgit 1.4.1