1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-08 02:38:11 +09:00

mmsd: drop

This commit is contained in:
aleksana 2025-06-07 11:34:01 +08:00
parent f32a1a8485
commit 2772bd1e38
2 changed files with 1 additions and 39 deletions

View file

@ -1,39 +0,0 @@
{
lib,
stdenv,
fetchzip,
autoreconfHook,
pkg-config,
glib,
dbus,
}:
stdenv.mkDerivation {
pname = "mmsd";
version = "unstable-2019-07-15";
src = fetchzip {
url = "https://git.kernel.org/pub/scm/network/ofono/mmsd.git/snapshot/mmsd-f4b8b32477a411180be1823fdc460b4f7e1e3c9c.tar.gz";
sha256 = "0hcnpyhsi7b5m825dhnwbp65yi0961wi8mipzdvaw5nc693xv15b";
};
nativeBuildInputs = [
autoreconfHook
pkg-config
];
buildInputs = [
glib
dbus
];
doCheck = true;
meta = with lib; {
description = "Multimedia Messaging Service Daemon";
homepage = "https://01.org/ofono";
license = licenses.gpl2Only;
maintainers = [ ];
platforms = platforms.linux;
};
}

View file

@ -1248,6 +1248,7 @@ mapAliases {
minetestserver = luanti-server; # Added 2024-11-11
minetest-touch = luanti-client; # Added 2024-08-12
minizip2 = pkgs.minizip-ng; # Added 2022-12-28
mmsd = throw "'mmsd' has been removed due to being unmaintained upstream. Consider using 'mmsd-tng' instead"; # Added 2025-06-07
mod_dnssd = throw "'mod_dnssd' has been renamed to/replaced by 'apacheHttpdPackages.mod_dnssd'"; # Converted to throw 2024-10-17
mod_fastcgi = throw "'mod_fastcgi' has been renamed to/replaced by 'apacheHttpdPackages.mod_fastcgi'"; # Converted to throw 2024-10-17
mod_python = throw "'mod_python' has been renamed to/replaced by 'apacheHttpdPackages.mod_python'"; # Converted to throw 2024-10-17