azure: stop carrying qemu-220 patch

This commit is contained in:
Cole Mickens
2018-06-12 02:06:03 -07:00
parent b224bc1d2b
commit a44a9fdad6
4 changed files with 2 additions and 26 deletions
-10
View File
@@ -14,16 +14,6 @@ rec {
qemu = pkgs.qemu_kvm;
qemu-220 = lib.overrideDerivation pkgs.qemu_kvm (attrs: rec {
version = "2.2.0";
src = fetchurl {
url = "http://wiki.qemu.org/download/qemu-${version}.tar.bz2";
sha256 = "1703c3scl5n07gmpilg7g2xzyxnr7jczxgx6nn4m8kv9gin9p35n";
};
patches = [ ../../../nixos/modules/virtualisation/azure-qemu-220-no-etc-install.patch ];
});
modulesClosure = makeModulesClosure {
inherit kernel rootModules;
firmware = kernel;