libfm: reset GTK2 to default

This commit is contained in:
AndersonTorres 2021-02-08 02:14:20 -03:00
parent fcac694fe5
commit 9e532fa749

View file

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