gxneur: remove (#434369)
This commit is contained in:
@@ -1,56 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchurl,
|
||||
pkg-config,
|
||||
intltool,
|
||||
gtk2,
|
||||
xorg,
|
||||
glib,
|
||||
xneur,
|
||||
libglade,
|
||||
GConf,
|
||||
libappindicator-gtk2,
|
||||
pcre,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gxneur";
|
||||
version = "0.20.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/AndrewCrewKuznetsov/xneur-devel/raw/f66723feb272c68f7c22a8bf0dbcafa5e3a8a5ee/dists/${version}/gxneur_${version}.orig.tar.gz";
|
||||
sha256 = "0avmhdcj0hpr55fc0iih8fjykmdhn34c8mwdnqvl8jh4nhxxchxr";
|
||||
};
|
||||
|
||||
# glib-2.62 deprecations
|
||||
env.NIX_CFLAGS_COMPILE = "-DGLIB_DISABLE_DEPRECATION_WARNINGS";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
intltool
|
||||
];
|
||||
buildInputs = [
|
||||
xorg.libX11
|
||||
glib
|
||||
gtk2
|
||||
xorg.libXpm
|
||||
xorg.libXt
|
||||
xorg.libXext
|
||||
xneur
|
||||
libglade
|
||||
GConf
|
||||
pcre
|
||||
libappindicator-gtk2
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "GUI for XNEUR keyboard layout switcher";
|
||||
platforms = platforms.linux;
|
||||
license = with licenses; [
|
||||
gpl2
|
||||
gpl3
|
||||
];
|
||||
mainProgram = "gxneur";
|
||||
};
|
||||
}
|
||||
@@ -1077,6 +1077,7 @@ mapAliases {
|
||||
guardian-agent = throw "'guardian-agent' has been removed, as it hasn't been maintained upstream in years and accumulated many vulnerabilities"; # Added 2024-06-09
|
||||
guile-disarchive = disarchive; # Added 2023-10-27
|
||||
gutenprintBin = gutenprint-bin; # Added 2025-08-21
|
||||
gxneur = throw "'gxneur' has been removed due to lack of maintenance and reliance on gnome2 and 2to3."; # Added 2025-08-17
|
||||
|
||||
### H ###
|
||||
|
||||
|
||||
@@ -13832,10 +13832,6 @@ with pkgs;
|
||||
;
|
||||
};
|
||||
|
||||
gxneur = callPackage ../applications/misc/gxneur {
|
||||
inherit (gnome2) libglade GConf;
|
||||
};
|
||||
|
||||
xournalpp = callPackage ../applications/graphics/xournalpp {
|
||||
lua = lua5_3;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user