hpuefi: only build on x86_64

wxt 73572257 ae8c3f20

+1 -1
+1 -1
pkgs/os-specific/linux/hpuefi-mod/default.nix
··· 37 37 homepage = "https://ftp.hp.com/pub/caps-softpaq/cmit/linuxtools/HP_LinuxTools.html"; 38 38 description = "Kernel module for managing BIOS settings and updating BIOS firmware on supported HP computers"; 39 39 license = lib.licenses.gpl2Only; # See "License" section in ./non-rpms/hpuefi-mod-*.tgz/README 40 - platforms = lib.platforms.linux; 40 + platforms = [ "x86_64-linux" ]; 41 41 maintainers = with lib.maintainers; [ tomodachi94 ]; 42 42 }; 43 43 })