gnu-efi: Remove unneeded aarch64 patch

Not needed after the upgrade to 3.0.5. Yay!
This commit is contained in:
Tuomas Tynkkynen
2017-02-05 09:34:31 +02:00
parent 8ba043a540
commit 321b639d76
2 changed files with 0 additions and 15 deletions
@@ -9,8 +9,6 @@ stdenv.mkDerivation rec {
sha256 = "08hb2gpzcj5p743wcagm0j2m4gh100xv12llpbjc13zi2icwv3xx";
};
patches = optional stdenv.isAarch64 ./aarch64-fix-discarded-qualifier.patch;
buildInputs = [ pciutils ];
hardeningDisable = [ "stackprotector" ];