about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaxine Aubrey <maxeaubrey@gmail.com>2023-10-09 21:01:16 +0200
committerMaxine Aubrey <maxeaubrey@gmail.com>2023-10-09 21:03:06 +0200
commit1f0dbe5f10c3a15abbddcb0ea3358d4280f77af2 (patch)
tree8e84e365494d4f28bd0bb783ae4b6096af98a3a4
parentf6a82ccee51f8b3786eaafe2608fd16ea58d2240 (diff)
fwupd: drop removed dell option
-rw-r--r--pkgs/os-specific/linux/firmware/fwupd/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/firmware/fwupd/default.nix b/pkgs/os-specific/linux/firmware/fwupd/default.nix
index 173ae324bda7c..3def168d2fa9d 100644
--- a/pkgs/os-specific/linux/firmware/fwupd/default.nix
+++ b/pkgs/os-specific/linux/firmware/fwupd/default.nix
@@ -227,7 +227,6 @@ stdenv.mkDerivation (finalAttrs: {
   ] ++ lib.optionals (!enablePassim) [
     "-Dpassim=disabled"
   ] ++ lib.optionals (!haveDell) [
-    "-Dplugin_dell=disabled"
     "-Dplugin_synaptics_mst=disabled"
   ] ++ lib.optionals (!haveRedfish) [
     "-Dplugin_redfish=disabled"