acpica-tools: Enable strictDeps and __structuredAttrs

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2026-08-02 04:59:13 +02:00
parent 780d07c3b3
commit 6d9e28f576

View File

@@ -11,6 +11,9 @@ stdenv.mkDerivation (finalAttrs: {
pname = "acpica-tools";
version = "20260408";
strictDeps = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "acpica";
repo = "acpica";