Skip to content

Commit

Permalink
qemu-static: use upstream src
Browse files Browse the repository at this point in the history
  • Loading branch information
Freax13 committed Sep 11, 2024
1 parent 98f9d52 commit e2781a3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/by-name/qemu-static/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
qemu,
libaio,
dtc,
fetchurl,
python3Packages,
}:
let
Expand All @@ -29,13 +28,6 @@ in
hostCpuTargets = [ "x86_64-softmmu" ];
})).overrideAttrs
(previousAttrs: rec {
version = "9.1.0-rc4";

src = fetchurl {
url = "https://download.qemu.org/qemu-${version}.tar.xz";
hash = "sha256-gnvAOou9nR+yU67yK4Sa2fM2ZChR8zINoLy12ZROhSw=";
};

configureFlags = previousAttrs.configureFlags ++ [
"-Dlinux_aio_path=${libaio}/lib"
"-Dlinux_fdt_path=${patchedDtc}/lib"
Expand Down

0 comments on commit e2781a3

Please sign in to comment.