mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
ventoy: fix defaultGuiType option (#355196)
This commit is contained in:
commit
b52d3fca59
|
@ -28,8 +28,8 @@
|
|||
, withXfs ? false
|
||||
, withExt4 ? false
|
||||
, withNtfs ? false
|
||||
, withGtk3 ? false
|
||||
, withQt5 ? false
|
||||
, withGtk3 ? defaultGuiType == "gtk3"
|
||||
, withQt5 ? defaultGuiType == "qt5"
|
||||
, libsForQt5
|
||||
}:
|
||||
|
||||
|
|
Loading…
Reference in a new issue