hpuefi: only build on x86_64

This commit is contained in:
wxt 2024-11-12 21:03:56 +08:00
parent ae8c3f2068
commit 7357225720
No known key found for this signature in database
GPG Key ID: F62181757D8BF693

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://ftp.hp.com/pub/caps-softpaq/cmit/linuxtools/HP_LinuxTools.html";
description = "Kernel module for managing BIOS settings and updating BIOS firmware on supported HP computers";
license = lib.licenses.gpl2Only; # See "License" section in ./non-rpms/hpuefi-mod-*.tgz/README
platforms = lib.platforms.linux;
platforms = [ "x86_64-linux" ];
maintainers = with lib.maintainers; [ tomodachi94 ];
};
})