acpica-tools: Rework package (#338672)

This commit is contained in:
éclairevoyant
2024-09-01 00:37:56 +00:00
committed by GitHub
2 changed files with 1 additions and 3 deletions
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.acpica.org/";
description = "ACPICA Tools";
license = with licenses; [ iasl gpl2Only bsd3 ];
maintainers = with maintainers; [ tadfisher ];
maintainers = with maintainers; [ tadfisher felixsinger ];
platforms = platforms.linux ++ platforms.darwin;
};
}
-2
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;