Skip to content

Commit

Permalink
dtbloader : improve
Browse files Browse the repository at this point in the history
  • Loading branch information
liberodark authored and GaetanLepage committed Jan 4, 2025
1 parent 5239920 commit 55b430a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/by-name/dt/dtbloader/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
# Disable hardening which adds incompatible flags like -fPIC
hardeningDisable = [ "all" ];

buildPhase = ''
make -j$NIX_BUILD_CORES
'';
enableParallelBuilding = true;

installPhase = ''
runHook preInstall
Expand Down Expand Up @@ -57,6 +55,5 @@ stdenv.mkDerivation (finalAttrs: {
"aarch64-linux"
];
maintainers = with lib.maintainers; [ liberodark ];
mainProgram = "dtbloader.efi";
};
})

0 comments on commit 55b430a

Please sign in to comment.