0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

fwupd: drop removed dell option

This commit is contained in:
Maxine Aubrey 2023-10-09 21:01:16 +02:00
parent f6a82ccee5
commit 1f0dbe5f10
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

@ -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"