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:
parent
f6a82ccee5
commit
1f0dbe5f10
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue