Skip to content

Commit

Permalink
qemu-utils: ensure we cut off qemu dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo authored and alyssais committed Jul 6, 2022
1 parent fef6723 commit 934a622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/virtualization/qemu/utils.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ installShellFiles ];
buildInputs = [ qemu ];
disallowedRequisites = [ qemu ];
unpackPhase = "true";

installPhase = ''
Expand Down

0 comments on commit 934a622

Please sign in to comment.