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:
Peter Simons 2012-02-17 10:39:02 +00:00
parent f8b1a1db26
commit dbf98824a5

View file

@ -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;
};