tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hpuefi: only build on x86_64
wxt
1 year ago
73572257
ae8c3f20
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
hpuefi-mod
default.nix
+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
40
-
platforms = lib.platforms.linux;
40
40
+
platforms = [ "x86_64-linux" ];
41
41
maintainers = with lib.maintainers; [ tomodachi94 ];
42
42
};
43
43
})