diff --git a/pkgs/by-name/cl/clashmi/package.nix b/pkgs/by-name/cl/clashmi/package.nix deleted file mode 100644 index dfb5d0a28d68..000000000000 --- a/pkgs/by-name/cl/clashmi/package.nix +++ /dev/null @@ -1,83 +0,0 @@ -{ - lib, - stdenv, - fetchurl, - autoPatchelfHook, - dpkg, - atk, - cairo, - curlMinimal, - fontconfig, - gdk-pixbuf, - glib, - gobject-introspection, - gtk3, - harfbuzz, - keybinder3, - libayatana-appindicator, - libepoxy, - libsecret, - pango, - zlib, - nix-update-script, -}: - -stdenv.mkDerivation (finalAttrs: { - pname = "clashmi"; - version = "1.0.16.204"; - - src = fetchurl { - url = "https://github.com/KaringX/clashmi/releases/download/v${finalAttrs.version}/clashmi_${finalAttrs.version}_linux_amd64.deb"; - hash = "sha256-IOCrk4dl9BYf8rzhgXmRAaFP4pzsJMx6i2zTg/NpOCQ="; - }; - - nativeBuildInputs = [ - autoPatchelfHook - dpkg - ]; - - buildInputs = [ - atk - cairo - curlMinimal - fontconfig - gdk-pixbuf - glib - gobject-introspection - gtk3 - harfbuzz - keybinder3 - (lib.getLib stdenv.cc.cc) - libayatana-appindicator - libepoxy - libsecret - pango - zlib - ]; - - installPhase = '' - runHook preInstall - - cp --recursive usr $out - mkdir $out/bin - ln --symbolic $out/share/clashmi/clashmi $out/bin/clashmi - ln --symbolic $out/share/clashmi/clashmiService $out/bin/clashmiService - - runHook postInstall - ''; - - passthru.updateScript = nix-update-script { }; - - meta = { - changelog = "https://github.com/KaringX/clashmi/releases/tag/v${finalAttrs.version}"; - description = "mihomo (clash.meta) graphical user interface based on Flutter"; - homepage = "https://github.com/KaringX/clashmi"; - license = with lib.licenses; [ - gpl3Plus - unfree - ]; - mainProgram = "clashmi"; - maintainers = with lib.maintainers; [ qzylinra ]; - platforms = [ "x86_64-linux" ]; - }; -}) diff --git a/pkgs/by-name/ka/karing/package.nix b/pkgs/by-name/ka/karing/package.nix deleted file mode 100644 index 5d88cde4a858..000000000000 --- a/pkgs/by-name/ka/karing/package.nix +++ /dev/null @@ -1,83 +0,0 @@ -{ - lib, - stdenv, - fetchurl, - autoPatchelfHook, - dpkg, - atk, - cairo, - curlMinimal, - fontconfig, - gdk-pixbuf, - glib, - gobject-introspection, - gtk3, - harfbuzz, - keybinder3, - libayatana-appindicator, - libepoxy, - libsecret, - pango, - zlib, - nix-update-script, -}: - -stdenv.mkDerivation (finalAttrs: { - pname = "karing"; - version = "1.2.12.1505"; - - src = fetchurl { - url = "https://github.com/KaringX/karing/releases/download/v${finalAttrs.version}/karing_${finalAttrs.version}_linux_amd64.deb"; - hash = "sha256-Kli4aNupnNiWqFXo2su/M7emZvsTODlsj9psZyGc7/Q="; - }; - - nativeBuildInputs = [ - autoPatchelfHook - dpkg - ]; - - buildInputs = [ - atk - cairo - curlMinimal - fontconfig - gdk-pixbuf - glib - gobject-introspection - gtk3 - harfbuzz - keybinder3 - (lib.getLib stdenv.cc.cc) - libayatana-appindicator - libepoxy - libsecret - pango - zlib - ]; - - installPhase = '' - runHook preInstall - - cp --recursive usr $out - mkdir $out/bin - ln --symbolic $out/share/karing/karing $out/bin/karing - ln --symbolic $out/share/karing/karingService $out/bin/karingService - - runHook postInstall - ''; - - passthru.updateScript = nix-update-script { }; - - meta = { - changelog = "https://github.com/KaringX/karing/releases/tag/v${finalAttrs.version}"; - description = "Simple & Powerful proxy utility, Support routing rules for clash/sing-box"; - homepage = "https://github.com/KaringX/karing"; - license = with lib.licenses; [ - gpl3Plus - unfree - ]; - mainProgram = "karing"; - maintainers = with lib.maintainers; [ qzylinra ]; - platforms = [ "x86_64-linux" ]; - }; -}) diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 0d6a138005e4..287bbf8e3094 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -471,6 +471,7 @@ mapAliases { clang_15 = throw "clang_15 has been removed, as it is unmaintained and obsolete"; # Added 2025-08-12 clang_16 = throw "clang_16 has been removed, as it is unmaintained and obsolete"; # Added 2025-08-09 clang_17 = throw "clang_17 has been removed, as it is unmaintained and obsolete"; # Added 2025-08-09 + clashmi = throw "'clashmi' has been removed, as it is unmaintained in nixpkgs"; # Added 2026-01-31 clasp = throw "'clasp' has been renamed to/replaced by 'clingo'"; # Converted to throw 2025-10-27 cli-visualizer = throw "'cli-visualizer' has been removed as the upstream repository is gone"; # Added 2025-06-05 clima = throw "'clima' has been removed, as it has been unmaintained upstream since December 2024, use glow instead"; # Added 2026-01-01 @@ -899,6 +900,7 @@ mapAliases { kanidmWithSecretProvisioning_1_5 = throw "'kanidmWithSecretProvisioning_1_5' has been removed as it has reached end of life"; # Added 2026-01-29 kanidmWithSecretProvisioning_1_6 = throw "'kanidmWithSecretProvisioning_1_6' has been removed as it has reached end of life"; # Added 2026-01-29 kapitano = throw "'kapitano' has been removed, as it is unmaintained upstream"; # Added 2025-10-29 + karing = throw "'karing' has been removed, as it is unmaintained in nixpkgs"; # Added 2026-01-31 kbibtex = throw "'kbibtex' has been removed, as it is unmaintained upstream"; # Added 2025-08-30 kcli = throw "kcli has been removed because it has been marked as broken since at least November 2024."; # Added 2025-09-28 keepkey_agent = throw "'keepkey_agent' has been renamed to/replaced by 'keepkey-agent'"; # Converted to throw 2025-10-27