* Doh. Forgot to commit.

svn path=/nixpkgs/trunk/; revision=12863
This commit is contained in:
Eelco Dolstra 2008-09-14 19:05:59 +00:00
parent dbcba78213
commit 07918993af

View File

@ -5355,6 +5355,10 @@ let
inherit fetchurl stdenv libxml2;
};
lm_sensors = import ../os-specific/linux/lm_sensors {
inherit fetchurl stdenv bison flex perl;
};
kvm = kvm74;
kvm57 = import ../os-specific/linux/kvm/57.nix {