mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
cloud-hypervisor: add debug info
This commit is contained in:
parent
be6047cee4
commit
234871ac1a
@ -11,6 +11,8 @@ rustPlatform.buildRustPackage rec {
|
||||
sha256 = "sha256-choTT20TVp42nN/vS6xCDA7Mbf1ZuAE1tFQZn49g9ak=";
|
||||
};
|
||||
|
||||
separateDebugInfo = true;
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ openssl ] ++ lib.optional stdenv.isAarch64 dtc;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user