3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/os-specific
Shea Levy ffdc37215a kernel/generic.nix: Add a passed-thru modDirVersion attribute
With the new kernel versioning scheme, the first release in a series only has a version number and
a major revision number (e.g. linux 3.0, linux 3.1-rc1, etc.). Unfortunately, the module
directory for these kernels still has a minor revision number (e.g. lib/modules/3.0.0, lib/modules/3.0.1-rc1, etc.).
This causes problems for packages such as broadcom_sta that need to know the module directory, so
this attribute will allow setting the module directory version number separate from the
kernel version number when necessary.

svn path=/nixpkgs/trunk/; revision=28405
2011-08-08 20:49:49 +00:00
..
darwin Add an expression for Darwin's install_name_tool utility, which is required by several other builds. 2011-03-25 12:55:15 +00:00
gnu GNU MIG: Add the `noyywrap' option for Flex. 2011-06-18 16:36:17 +00:00
linux kernel/generic.nix: Add a passed-thru modDirVersion attribute 2011-08-08 20:49:49 +00:00
windows Making wxGTK stay wxGTK even cross-built, so I remove the wxMSW code I added 2010-05-06 19:19:22 +00:00