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

Merge #260048: fwupd: drop removed dell option

This commit is contained in:
Vladimír Čunát 2023-10-09 21:29:22 +02:00
commit f99e5f03cc
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

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"