From dbf98824a55def00ff8b27f8cb82053a426ea066 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 17 Feb 2012 10:39:02 +0000 Subject: [PATCH] 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 --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 4b6d9a3dee73..f557af424dbd 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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; };