Unverified Commit e20d8ea9 authored by éclairevoyant's avatar éclairevoyant Committed by GitHub
Browse files

acpica-tools: Rework package (#338672)

parents c8a121a4 81c8a86e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}
+0 −2
Original line number Diff line number Diff line
@@ -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;