From bcf43584f1d7c34865eab83d6ce2cd25dadb768f Mon Sep 17 00:00:00 2001 From: tree-sapii <144389458+tree-sapii@users.noreply.github.com> Date: Wed, 29 Jul 2026 18:43:44 -0400 Subject: [PATCH] simple-mtpfs: drop --- pkgs/by-name/si/simple-mtpfs/package.nix | 40 ------------------------ pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 pkgs/by-name/si/simple-mtpfs/package.nix diff --git a/pkgs/by-name/si/simple-mtpfs/package.nix b/pkgs/by-name/si/simple-mtpfs/package.nix deleted file mode 100644 index 6cbb753e16f1..000000000000 --- a/pkgs/by-name/si/simple-mtpfs/package.nix +++ /dev/null @@ -1,40 +0,0 @@ -{ - stdenv, - lib, - fetchFromGitHub, - autoreconfHook, - autoconf-archive, - pkg-config, - fuse, - libmtp, -}: -stdenv.mkDerivation (finalAttrs: { - pname = "simple-mtpfs"; - version = "0.4.0"; - - src = fetchFromGitHub { - owner = "phatina"; - repo = "simple-mtpfs"; - rev = "v${finalAttrs.version}"; - hash = "sha256-vAqi2owa4LJK7y7S7TwkPAqDxzyHrZZBTu0MBwMT0gI="; - }; - - nativeBuildInputs = [ - autoreconfHook - autoconf-archive - pkg-config - ]; - buildInputs = [ - fuse - libmtp - ]; - - meta = { - description = "Simple MTP fuse filesystem driver"; - homepage = "https://github.com/phatina/simple-mtpfs"; - license = lib.licenses.gpl2Plus; - platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ laalsaas ]; - mainProgram = "simple-mtpfs"; - }; -}) diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 66f4f52690ba..78600f56ab02 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -2311,6 +2311,7 @@ mapAliases { signal-desktop-source = throw "'signal-desktop-source' has been renamed to/replaced by 'signal-desktop'"; # Converted to throw 2025-10-27 silver-searcher = throw "'silver-searcher' has been removed as it has seen no development since 2020 and is stuck on the obsolete pcre library. Consider using 'silver-searcher-ng', which is a fork with support for PCRE2."; simple64-netplay-server = gopher64-netplay-server; # Added 2026-08-01 + simple-mtpfs = throw "'simple-mtpfs has been removed because it is unmaintained upstream.'"; # Added 2026-07-30 simpleBluez = warnAlias "'simpleBluez' has been renamed to 'simplebluez'" simplebluez; # Added 2026-02-18 simpleDBus = warnAlias "'simpleDBus' has been renamed to 'simpledbus'" simpledbus; # Added 2026-02-12 simplesamlphp = throw "'simplesamlphp' was removed because it was unmaintained in nixpkgs"; # Added 2025-10-17