diff --git a/pkgs/by-name/wg/wg-bond/package.nix b/pkgs/by-name/wg/wg-bond/package.nix deleted file mode 100644 index ab5c3eb32739..000000000000 --- a/pkgs/by-name/wg/wg-bond/package.nix +++ /dev/null @@ -1,34 +0,0 @@ -{ - lib, - rustPlatform, - fetchFromGitLab, - wireguard-tools, - makeWrapper, -}: -rustPlatform.buildRustPackage rec { - pname = "wg-bond"; - version = "0.2.0"; - - src = fetchFromGitLab { - owner = "cab404"; - repo = "wg-bond"; - rev = "v${version}"; - hash = "sha256:04k0maxy39k7qzcsqsv1byddsmjszmnyjffrf22nzbvml83p3l0y"; - }; - - cargoHash = "sha256-Itw3fnKfUW+67KKB2Y7tutGBTm3E8mGNhBL4MOGEn9o="; - - nativeBuildInputs = [ makeWrapper ]; - postInstall = '' - wrapProgram $out/bin/wg-bond --set PATH ${lib.makeBinPath [ wireguard-tools ]} - ''; - - meta = with lib; { - description = "Wireguard configuration manager"; - homepage = "https://gitlab.com/cab404/wg-bond"; - changelog = "https://gitlab.com/cab404/wg-bond/-/releases#v${version}"; - license = licenses.gpl3Only; - maintainers = with maintainers; [ cab404 ]; - mainProgram = "wg-bond"; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index af905e1b5a9c..0f876ccef91c 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1459,6 +1459,7 @@ mapAliases { ''; # Add 2023-07-29 waypoint = throw "waypoint has been removed from nixpkgs as the upstream project was archived"; # Added 2024-04-24 webkitgtk = lib.warnOnInstantiate "Explicitly set the ABI version of 'webkitgtk'" webkitgtk_4_0; + wg-bond = throw "'wg-bond' has been removed due to lack of upstream maintenance"; # Added 2025-01-25 wineWayland = wine-wayland; win-virtio = virtio-win; # Added 2023-10-17 wkhtmltopdf-bin = wkhtmltopdf; # Added 2024-07-17