Replace iasl with acpica-tools

This commit is contained in:
Ehmry - 2023-04-28 12:51:12 +01:00
parent 7758907954
commit 3024a8a1d3
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
vbox5 = {
targets = [ "virtualbox5" ];
nativeBuildInputs = with buildPackages; [ iasl yasm ];
nativeBuildInputs = with buildPackages; [ acpica-tools yasm ];
portInputs = with ports; [ libc libiconv qemu-usb stdcxx virtualbox5 ];
};

View File

@ -62,7 +62,7 @@ with pkgs;
stdcxx.hash = "sha256-4L9HUG1Wz3oCCuyyakRYOXzRna26JeeTngIS+jvJDBc=";
virtualbox5 = {
hash = "sha256-ERI+j2thvyMj+TJSHDdA9sOQdIxrXfNfMNJIa8VRE0M=";
nativeBuildInputs = [ iasl libxslt unzip yasm ];
nativeBuildInputs = [ acpica-tools libxslt unzip yasm ];
};
x86emu.hash = "sha256-QY6OL+cDVjQ67JItP1rS4ufPRGZf43AZtWxwza/0q0w=";
xkcp = {