mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
Uncommented ndiswrapper
svn path=/nixpkgs/trunk/; revision=12096
This commit is contained in:
@@ -4967,6 +4967,14 @@ let pkgs = rec {
|
||||
kernel_ext3cowpatched = kernel;
|
||||
};
|
||||
|
||||
/* compiles but has to be integrated into the kernel somehow
|
||||
Let's have it uncommented and finish it..
|
||||
*/
|
||||
ndiswrapper = import ../os-specific/linux/ndiswrapper {
|
||||
inherit fetchurl stdenv;
|
||||
inherit kernel;
|
||||
};
|
||||
|
||||
ov511 = import ../os-specific/linux/ov511 {
|
||||
inherit fetchurl kernel;
|
||||
stdenv = overrideGCC stdenv gcc34;
|
||||
@@ -5110,13 +5118,6 @@ let pkgs = rec {
|
||||
stdenv = overrideGCC stdenv gcc34;
|
||||
};
|
||||
|
||||
/* compiles but has to be integrated into the kernel somehow
|
||||
ndiswrapper = import ../os-specific/linux/ndiswrapper {
|
||||
inherit fetchurl stdenv;
|
||||
inherit kernel;
|
||||
};
|
||||
*/
|
||||
|
||||
nettools = import ../os-specific/linux/net-tools {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user