patches: Add fwupd 1.9.8 patch
This commit is contained in:
parent
41925c3d5f
commit
efbbc77df6
1 changed files with 46 additions and 0 deletions
46
patches/268137.patch
Normal file
46
patches/268137.patch
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
diff --git a/pkgs/os-specific/linux/firmware/fwupd/default.nix b/pkgs/os-specific/linux/firmware/fwupd/default.nix
|
||||||
|
index f4914d8432728f..13457c69082b03 100644
|
||||||
|
--- a/pkgs/os-specific/linux/firmware/fwupd/default.nix
|
||||||
|
+++ b/pkgs/os-specific/linux/firmware/fwupd/default.nix
|
||||||
|
@@ -19,7 +19,6 @@
|
||||||
|
, curl
|
||||||
|
, libjcat
|
||||||
|
, elfutils
|
||||||
|
-, efivar
|
||||||
|
, valgrind
|
||||||
|
, meson
|
||||||
|
, libuuid
|
||||||
|
@@ -123,7 +122,7 @@ let
|
||||||
|
in
|
||||||
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
|
pname = "fwupd";
|
||||||
|
- version = "1.9.7";
|
||||||
|
+ version = "1.9.8";
|
||||||
|
|
||||||
|
# libfwupd goes to lib
|
||||||
|
# daemon, plug-ins and libfwupdplugin go to out
|
||||||
|
@@ -134,7 +133,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
owner = "fwupd";
|
||||||
|
repo = "fwupd";
|
||||||
|
rev = finalAttrs.version;
|
||||||
|
- hash = "sha256-NhVCIjkwoTZptctIrkU9HgXzjr+KCUZfEKcjoYgAEdM=";
|
||||||
|
+ hash = "sha256-2nOpo6HJteZlMEFyXUIWGpoZxzEb7s9HmC2yOMvMqAM=";
|
||||||
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
@@ -193,7 +192,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
bash-completion
|
||||||
|
pango
|
||||||
|
tpm2-tss
|
||||||
|
- efivar
|
||||||
|
fwupd-efi
|
||||||
|
protobufc
|
||||||
|
modemmanager
|
||||||
|
@@ -207,7 +205,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
|
mesonFlags = [
|
||||||
|
"-Ddocs=enabled"
|
||||||
|
- "-Dplugin_dummy=true"
|
||||||
|
# We are building the official releases.
|
||||||
|
"-Dsupported_build=enabled"
|
||||||
|
"-Dlaunchd=disabled"
|
Loading…
Add table
Add a link
Reference in a new issue