mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
libfm: reset GTK2 to default
This commit is contained in:
parent
fcac694fe5
commit
9e532fa749
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user