woof: drop
The upstream code hasn’t been updated for nearly four years, and it’s already broken. https://github.com/simon-budig/woof/issues/19
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user