connman-ncurses: drop

Unmaintained upstream and broken
This commit is contained in:
Leona Maroni
2025-05-27 20:29:16 +02:00
parent 8e177b1a5d
commit 870cdb5c19
2 changed files with 1 additions and 61 deletions
@@ -1,61 +0,0 @@
{
lib,
stdenv,
fetchpatch,
fetchFromGitHub,
autoreconfHook,
pkg-config,
dbus,
json_c,
ncurses,
connman,
}:
stdenv.mkDerivation {
pname = "connman-ncurses";
version = "2015-07-21";
src = fetchFromGitHub {
owner = "eurogiciel-oss";
repo = "connman-json-client";
rev = "3c34b2ee62d2e188090d20e7ed2fd94bab9c47f2";
hash = "sha256-4aZoajVTYKp1CLyVgQ7Z/4Jy6GzBv4leQGQ7cw7IYaA=";
};
patches = [
# Fix build with json-c 0.14
(fetchpatch {
url = "https://github.com/void-linux/void-packages/raw/5830ce60e922b7dced8157ededda8c995adb3bb9/srcpkgs/connman-ncurses/patches/lowercase-boolean.patch";
extraPrefix = "";
hash = "sha256-uK83DeRyXS2Y0ZZpTYvYNh/1ZM2QQ7QpajiBztaEuSM=";
})
];
nativeBuildInputs = [
autoreconfHook
pkg-config
];
buildInputs = [
dbus
ncurses
json_c
connman
];
env.NIX_CFLAGS_COMPILE = "-Wno-error";
installPhase = ''
mkdir -p "$out/bin"
cp -va connman_ncurses "$out/bin/"
'';
meta = with lib; {
description = "Simple ncurses UI for connman";
mainProgram = "connman_ncurses";
homepage = "https://github.com/eurogiciel-oss/connman-json-client";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];
};
}
+1
View File
@@ -446,6 +446,7 @@ mapAliases {
CoinMP = coinmp; # Added 2024-06-12
collada-dom = opencollada; # added 2024-02-21
colorpicker = throw "'colorpicker' has been removed due to lack of maintenance upstream. Consider using 'xcolor', 'gcolor3', 'eyedropper' or 'gpick' instead"; # Added 2024-10-19
connman-ncurses = throw "'connman-ncurses' has been removed due to lack of maintenance upstream."; # Added 2025-05-27
coriander = throw "'coriander' has been removed because it depends on GNOME 2 libraries"; # Added 2024-06-27
corretto19 = throw "Corretto 19 was removed as it has reached its end of life"; # Added 2024-08-01
cosmic-tasks = tasks; # Added 2024-07-04