Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/os-specific/linux/modutils/default.nix

11 lines
270 B
Nix
Raw Normal View History

add modutils for kernel 2.4.25 svn path=/nixpkgs/branches/nixos-pkgs/; revision=1885
2004-12-16 16:34:03 +00:00
{stdenv, fetchurl, bison, flex}:
stdenv.mkDerivation {
* 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
2006-10-30 13:45:48 +00:00
name = "modutils-2.4.27";
add modutils for kernel 2.4.25 svn path=/nixpkgs/branches/nixos-pkgs/; revision=1885
2004-12-16 16:34:03 +00:00
src = fetchurl {
* Rewrite all the kernel.org URLs to mirror://kernel/. svn path=/nixpkgs/trunk/; revision=9202
2007-08-27 13:59:40 +00:00
url = mirror://kernel/linux/utils/kernel/modutils/v2.4/modutils-2.4.27.tar.bz2;
* 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
2006-10-30 13:45:48 +00:00
md5 = "bac989c74ed10f3bf86177fc5b4b89b6";
add modutils for kernel 2.4.25 svn path=/nixpkgs/branches/nixos-pkgs/; revision=1885
2004-12-16 16:34:03 +00:00
};
buildInputs = [bison flex];
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 88ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API