From 84ad433021a6e0fe20e2656cfd0a2f7454ae1206 Mon Sep 17 00:00:00 2001 From: Jack Rosenberg Date: Fri, 5 Jun 2026 17:14:30 +0200 Subject: [PATCH] afuse: drop --- .../af/afuse/001-darwin-fdatasync.patch | 15 ------- pkgs/by-name/af/afuse/package.nix | 44 ------------------- pkgs/top-level/aliases.nix | 1 + 3 files changed, 1 insertion(+), 59 deletions(-) delete mode 100644 pkgs/by-name/af/afuse/001-darwin-fdatasync.patch delete mode 100644 pkgs/by-name/af/afuse/package.nix diff --git a/pkgs/by-name/af/afuse/001-darwin-fdatasync.patch b/pkgs/by-name/af/afuse/001-darwin-fdatasync.patch deleted file mode 100644 index 6a576c3a01a3..000000000000 --- a/pkgs/by-name/af/afuse/001-darwin-fdatasync.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index ef07d70..2da26aa 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -27,9 +27,9 @@ if test "$have_fuse_opt_parse" = no; then - fi - AM_CONDITIONAL(FUSE_OPT_COMPAT, test "$have_fuse_opt_parse" = no) - - --AC_CHECK_FUNCS([setxattr fdatasync getline fgetln]) -+AC_CHECK_FUNCS([setxattr getline fgetln]) - - AC_CONFIG_FILES([Makefile - src/Makefile - compat/Makefile]) diff --git a/pkgs/by-name/af/afuse/package.nix b/pkgs/by-name/af/afuse/package.nix deleted file mode 100644 index 23bf4c095eb9..000000000000 --- a/pkgs/by-name/af/afuse/package.nix +++ /dev/null @@ -1,44 +0,0 @@ -{ - lib, - stdenv, - fetchFromGitHub, - pkg-config, - autoreconfHook, - fuse, -}: - -stdenv.mkDerivation (finalAttrs: { - pname = "afuse"; - version = "0.5.0"; - - src = fetchFromGitHub { - owner = "pcarrier"; - repo = "afuse"; - tag = "v${finalAttrs.version}"; - sha256 = "sha256-KpysJRvDx+12BSl9pIGRqbJAM4W1NbzxMgDycGCr2RM="; - }; - - nativeBuildInputs = [ - autoreconfHook - pkg-config - ]; - - buildInputs = [ fuse ]; - - patches = [ ./001-darwin-fdatasync.patch ]; - - postPatch = lib.optionalString stdenv.hostPlatform.isDarwin '' - # Fix the build on macOS with macFUSE installed - substituteInPlace configure.ac --replace-fail \ - 'export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH' \ - "" - ''; - - meta = { - description = "Automounter in userspace"; - homepage = "https://github.com/pcarrier/afuse"; - license = lib.licenses.gpl2Only; - maintainers = [ ]; - platforms = lib.platforms.unix; - }; -}) diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 461179a42573..a819010b1283 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -277,6 +277,7 @@ mapAliases { adobe-reader = throw "'adobe-reader' has been removed, as it was broken, outdated and insecure"; # Added 2025-05-31 aefs = throw "'aefs' has been removed, as it depends on unsupported fuse2 and unmaintained upstream"; # Added 2026-05-30 afpfs-ng = throw "'afpfs-ng' has been removed as it was broken and unmaintained for 10 years"; # Added 2025-05-17 + afuse = throw "'afuse' has been removed as it is unmaintained upstream, and depends on fuse2, which is deprecated"; # Added 2026-05-05 agrep = throw "'agrep' has been removed due to lack of upstream maintenance. Consider using 'tre' or 'ugrep' instead."; # Added 2025-12-28 akkoma-emoji = throw "'akkoma-emoji' has been renamed to/replaced by 'blobs_gg'"; # Converted to throw 2025-10-27 akkoma-frontends.admin-fe = throw "'akkoma-frontends.admin-fe' has been renamed to/replaced by 'akkoma-admin-fe'"; # Converted to throw 2025-10-27