acpica-tools: Move package definition into by-name directory

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer 2024-08-31 21:26:17 +02:00
parent 282e35e076
commit 4ce2599a98
2 changed files with 0 additions and 2 deletions

View File

@ -1484,8 +1484,6 @@ with pkgs;
alsaequal = callPackage ../tools/audio/alsaequal { };
acpica-tools = callPackage ../tools/system/acpica-tools { };
amdgpu_top = callPackage ../tools/system/amdgpu_top { };
acquire = with python3Packages; toPythonApplication acquire;