Skip to content

Commit bf29ff2

Browse files
lzcuntJohnRTitor
authored andcommitted
ipxe: drop unnecessary gnu-efi dependency
Turns out, iPXE doesn't use GNU-EFI but has its own tools for building EFI PE binaries with a GNU toolchain, and as for headers it has a vendored-in copy of EFI headers from TianoCore.
1 parent 2e94abb commit bf29ff2

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

pkgs/by-name/gn/gnu-efi/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ stdenv.mkDerivation (finalAttrs: {
4141
passthru.tests = {
4242
inherit
4343
fwupd-efi
44-
ipxe
4544
syslinux
4645
;
4746
};

pkgs/by-name/ip/ipxe/package.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
fetchFromGitHub,
55
unstableGitUpdater,
66
buildPackages,
7-
gnu-efi,
87
mtools,
98
openssl,
109
perl,
@@ -52,7 +51,6 @@ stdenv.mkDerivation (finalAttrs: {
5251
version = "1.21.1-unstable-2025-01-10";
5352

5453
nativeBuildInputs = [
55-
gnu-efi
5654
mtools
5755
openssl
5856
perl

0 commit comments

Comments
 (0)