From 01c7f65ed1da29b80bde251e1faeadd9b3ed61b0 Mon Sep 17 00:00:00 2001 From: qzylinra Date: Thu, 4 Sep 2025 16:52:11 +0800 Subject: [PATCH] woof: drop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The upstream code hasn’t been updated for nearly four years, and it’s already broken. https://github.com/simon-budig/woof/issues/19 --- pkgs/by-name/wo/woof/package.nix | 35 -------------------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 pkgs/by-name/wo/woof/package.nix diff --git a/pkgs/by-name/wo/woof/package.nix b/pkgs/by-name/wo/woof/package.nix deleted file mode 100644 index 054ff86e5623..000000000000 --- a/pkgs/by-name/wo/woof/package.nix +++ /dev/null @@ -1,35 +0,0 @@ -{ - lib, - stdenv, - fetchFromGitHub, - python3, -}: - -stdenv.mkDerivation { - pname = "woof"; - version = "2022-01-13"; - - src = fetchFromGitHub { - owner = "simon-budig"; - repo = "woof"; - rev = "f51e9db264118d4cbcd839348c4a6223fda49813"; - sha256 = "sha256-tk55q2Ew2mZkQtkxjWCuNgt9t+UbjH4llIJ42IruqGY="; - }; - - propagatedBuildInputs = [ python3 ]; - - installPhase = '' - runHook preInstall - install -Dm555 -t $out/bin woof - runHook postInstall - ''; - - meta = with lib; { - homepage = "http://www.home.unix-ag.org/simon/woof.html"; - description = "Web Offer One File - Command-line utility to easily exchange files over a local network"; - license = lib.licenses.gpl2Plus; - platforms = lib.platforms.unix; - maintainers = with maintainers; [ matthiasbeyer ]; - mainProgram = "woof"; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 04522b9243e3..2ce5c92790a8 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -2497,6 +2497,7 @@ mapAliases { wkhtmltopdf-bin = wkhtmltopdf; # Added 2024-07-17 wlroots_0_16 = throw "'wlroots_0_16' has been removed in favor of newer versions"; # Added 2024-07-14 wlroots = wlroots_0_19; # wlroots is unstable, we must keep depending on 'wlroots_0_*', convert to package after a stable(1.x) release + woof = throw "'woof' has been removed as it is broken and unmaintained upstream"; # Added 2025-09-04 wdomirror = throw "'wdomirror' has been removed as it is unmaintained upstream, Consider using 'wl-mirror' instead"; # Added 2025-09-04 wordpress6_3 = throw "'wordpress6_3' has been removed in favor of the latest version"; # Added 2024-08-03 wordpress6_4 = throw "'wordpress6_4' has been removed in favor of the latest version"; # Added 2024-08-03