Commit bf29ff21 authored by sanana's avatar sanana Committed by Masum Reza
Browse files

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.
parent 2e94abb6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@ stdenv.mkDerivation (finalAttrs: {
  passthru.tests = {
    inherit
      fwupd-efi
      ipxe
      syslinux
      ;
  };
+0 −2
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
  fetchFromGitHub,
  unstableGitUpdater,
  buildPackages,
  gnu-efi,
  mtools,
  openssl,
  perl,
@@ -52,7 +51,6 @@ stdenv.mkDerivation (finalAttrs: {
  version = "1.21.1-unstable-2025-01-10";

  nativeBuildInputs = [
    gnu-efi
    mtools
    openssl
    perl