1 { lib, stdenv, fetchurl, pkg-config, intltool, gtk2, xorg, glib, xneur, libglade, GConf, libappindicator-gtk2, pcre }:
3 stdenv.mkDerivation rec {
8 url = "https://github.com/AndrewCrewKuznetsov/xneur-devel/raw/f66723feb272c68f7c22a8bf0dbcafa5e3a8a5ee/dists/${version}/gxneur_${version}.orig.tar.gz";
9 sha256 = "0avmhdcj0hpr55fc0iih8fjykmdhn34c8mwdnqvl8jh4nhxxchxr";
12 # glib-2.62 deprecations
13 env.NIX_CFLAGS_COMPILE = "-DGLIB_DISABLE_DEPRECATION_WARNINGS";
15 nativeBuildInputs = [ pkg-config intltool ];
31 description = "GUI for XNEUR keyboard layout switcher";
32 platforms = platforms.linux;
33 license = with licenses; [ gpl2 gpl3 ];
34 mainProgram = "gxneur";