Skip to content

Commit

Permalink
nixos-img: disable patchelf on cloud-hypervisor image
Browse files Browse the repository at this point in the history
  • Loading branch information
jmxnzo committed Nov 26, 2024
1 parent ecf5007 commit b4a242f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/by-name/microsoft/cloud-hypervisor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
fetchFromGitHub,
pkg-config,
openssl,
patchelf,
withIGVM ? true,
withSEVSNP ? true,
withTDX ? false,
Expand Down Expand Up @@ -48,7 +47,6 @@ rustPlatform.buildRustPackage rec {

nativeBuildInputs = [
pkg-config
patchelf
];
buildInputs = [ openssl ];

Expand Down

0 comments on commit b4a242f

Please sign in to comment.