summary refs log tree commit diff
path: root/pkgs/os-specific/linux/firmware/fwupd
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-01-22 20:43:45 +0800
committerBobby Rong <rjl931189261@126.com>2022-01-22 22:26:57 +0800
commitedf5e394d3f5d50c0a7b7bcf495ce8aa80d97e47 (patch)
tree6d771b1cdff6bd91cc279fb5f1b2366cc4ba39cc /pkgs/os-specific/linux/firmware/fwupd
parentac06871a54b9200b2f599502fa607b8da0dbe81e (diff)
downloadnixpkgs-edf5e394d3f5d50c0a7b7bcf495ce8aa80d97e47.tar
nixpkgs-edf5e394d3f5d50c0a7b7bcf495ce8aa80d97e47.tar.gz
nixpkgs-edf5e394d3f5d50c0a7b7bcf495ce8aa80d97e47.tar.bz2
nixpkgs-edf5e394d3f5d50c0a7b7bcf495ce8aa80d97e47.tar.lz
nixpkgs-edf5e394d3f5d50c0a7b7bcf495ce8aa80d97e47.tar.xz
nixpkgs-edf5e394d3f5d50c0a7b7bcf495ce8aa80d97e47.tar.zst
nixpkgs-edf5e394d3f5d50c0a7b7bcf495ce8aa80d97e47.zip
fwupd: fix aarch64 build
The following changes are introduced in 1.5.6 and the plugin_synaptics option no longer exist:

https://github.com/fwupd/fwupd/commit/a75ef53eaf9ba03b617c02f08529dad03dd0e1f2

With meson 0.60 the build will fail.
Diffstat (limited to 'pkgs/os-specific/linux/firmware/fwupd')
-rw-r--r--pkgs/os-specific/linux/firmware/fwupd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/firmware/fwupd/default.nix b/pkgs/os-specific/linux/firmware/fwupd/default.nix
index 71f6da0d13b..077c37a72cb 100644
--- a/pkgs/os-specific/linux/firmware/fwupd/default.nix
+++ b/pkgs/os-specific/linux/firmware/fwupd/default.nix
@@ -214,7 +214,7 @@ let
       "-Dc_link_args=-Wl,-rpath,${placeholder "out"}/lib"
     ] ++ lib.optionals (!haveDell) [
       "-Dplugin_dell=false"
-      "-Dplugin_synaptics=false"
+      "-Dplugin_synaptics_mst=false"
     ] ++ lib.optionals (!haveRedfish) [
       "-Dplugin_redfish=false"
     ] ++ lib.optionals haveFlashrom [