mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
all-packages.nix: fixed linuxPackages.kqemu attribute that pointed nowhere
We have two expressions for kqemu, but I wasn't sure which one to use here, so I just picked the newer one. Could someone who knows about these matters please check whether that was the right choice? I don't use the qemu kernel module myself. svn path=/nixpkgs/trunk/; revision=32342
This commit is contained in:
parent
f8b1a1db26
commit
dbf98824a5
1 changed files with 1 additions and 1 deletions
|
@ -5891,7 +5891,7 @@ let
|
|||
|
||||
wis_go7007 = callPackage ../os-specific/linux/wis-go7007 { };
|
||||
|
||||
kqemu = builderDefsPackage ../os-specific/linux/kqemu {
|
||||
kqemu = builderDefsPackage ../os-specific/linux/kqemu/1.4.0pre1.nix {
|
||||
inherit kernel perl;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue