Skip to content

Commit b52d3fc

Browse files
authored
ventoy: fix defaultGuiType option (#355196)
2 parents fd96607 + 45f9734 commit b52d3fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ve/ventoy/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
, withXfs ? false
2929
, withExt4 ? false
3030
, withNtfs ? false
31-
, withGtk3 ? false
32-
, withQt5 ? false
31+
, withGtk3 ? defaultGuiType == "gtk3"
32+
, withQt5 ? defaultGuiType == "qt5"
3333
, libsForQt5
3434
}:
3535

0 commit comments

Comments
 (0)