lxappearance: default to Gtk3

- make Gtk3 the default
- remove lxappearance-gtk3
- add lxappearance-gtk2
This commit is contained in:
José Romildo Malaquias
2020-06-03 12:35:44 -03:00
parent fd9d37e271
commit 6e3b3bf117
3 changed files with 6 additions and 6 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, intltool, pkgconfig, libX11, gtk2, withGtk3 ? false, gtk3 }:
{ stdenv, fetchurl, intltool, pkgconfig, libX11, gtk2, withGtk3 ? true, gtk3 }:
stdenv.mkDerivation rec {
name = "lxappearance-0.6.3";