mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
hpuefi: only build on x86_64
This commit is contained in:
parent
ae8c3f2068
commit
7357225720
@ -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 ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user