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";
|
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";
|
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
|
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 ];
|
maintainers = with lib.maintainers; [ tomodachi94 ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user