about summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authornikstur <nikstur@outlook.com>2024-05-16 12:15:24 +0200
committerGitHub <noreply@github.com>2024-05-16 12:15:24 +0200
commit3eedfcec6b9474372ceca9356905649ffcd38c49 (patch)
treeeacce06fc9ba74b347743b8392c0c84e6841716e /pkgs/os-specific/linux
parent4ff362e7100ea0003ec1c7e683f7c6d863fb286b (diff)
parentdccf5b561897f2987d585eecc33f14a61aae19e3 (diff)
Merge pull request #308502 from NixOS/revert-307063-fwupd-efi-1.6
Revert "gnu-efi: 3.0.15 → 3.0.18"
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/firmware/fwupd-efi/default.nix11
1 files changed, 9 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/firmware/fwupd-efi/default.nix b/pkgs/os-specific/linux/firmware/fwupd-efi/default.nix
index d89c4a7b140a5..1c6cc0e57e09a 100644
--- a/pkgs/os-specific/linux/firmware/fwupd-efi/default.nix
+++ b/pkgs/os-specific/linux/firmware/fwupd-efi/default.nix
@@ -1,8 +1,7 @@
 { lib
 , stdenv
 , fetchurl
-, fetchFromGitHub
-, substituteAll
+, fetchpatch
 , pkg-config
 , meson
 , ninja
@@ -20,6 +19,14 @@ stdenv.mkDerivation rec {
     hash = "sha256-r9CAWirQgafK/y71vABM46AUe1OAFejsqWY0FxaxJg4=";
   };
 
+  patches = [
+    (fetchpatch {
+      url = "https://github.com/fwupd/fwupd-efi/commit/26c6ec5c1e7765fb5dc6a4df511ab21ee6c6e67a.patch";
+      revert = true;
+      hash = "sha256-vTdYExd7OlrrZ/LhlEO1zcvpKzeT5OeOeosD8/LUkMg=";
+    })
+  ];
+
   nativeBuildInputs = [
     meson
     ninja