Skip to content

Commit 45f9734

Browse files
committed
ventoy: fix defaultGuiType option
1 parent 732608d commit 45f9734

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)