17 stdenv.mkDerivation rec {
22 url = "https://github.com/AndrewCrewKuznetsov/xneur-devel/raw/f66723feb272c68f7c22a8bf0dbcafa5e3a8a5ee/dists/${version}/gxneur_${version}.orig.tar.gz";
23 sha256 = "0avmhdcj0hpr55fc0iih8fjykmdhn34c8mwdnqvl8jh4nhxxchxr";
26 # glib-2.62 deprecations
27 env.NIX_CFLAGS_COMPILE = "-DGLIB_DISABLE_DEPRECATION_WARNINGS";
48 description = "GUI for XNEUR keyboard layout switcher";
49 platforms = platforms.linux;
50 license = with licenses; [
54 mainProgram = "gxneur";