libfm: reset GTK2 to default

master
AndersonTorres 2021-02-08 02:14:20 -03:00
parent fcac694fe5
commit 9e532fa749
1 changed files with 2 additions and 1 deletions

View File

@ -8,8 +8,9 @@
, pkg-config
, vala
, extraOnly ? false
, withGtk3 ? true , gtk3, gtk2
, withGtk3 ? false, gtk2, gtk3
}:
let
gtk = if withGtk3 then gtk3 else gtk2;
inherit (lib) optional;