dbus-map: drop (#353007)

This commit is contained in:
Aleksana 2024-11-04 10:13:46 +08:00 committed by GitHub
commit ea6f23fbe9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 30 deletions

View File

@ -1,28 +0,0 @@
{ stdenv, lib, fetchFromGitHub, pkg-config, glib, procps, libxml2 }:
stdenv.mkDerivation {
pname = "dbus-map";
version = "2015-05-28";
src = fetchFromGitHub {
owner = "taviso";
repo = "dbusmap";
rev = "43703fc5e15743309b67131b5ba457b0d6ea7667";
sha256 = "1pjqn6w29ci8hfxkn1aynzfc8nvy3pqv3hixbxwr7qx20g4rwvdc";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [
glib procps libxml2
];
installPhase = ''
mkdir -p $out/bin
mv dbus-map $out/bin
'';
meta = with lib; {
description = "Simple utility for enumerating D-Bus endpoints, an nmap for D-Bus";
homepage = "https://github.com/taviso/dbusmap";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = [ ];
mainProgram = "dbus-map";
};
}

View File

@ -267,6 +267,7 @@ mapAliases {
dart-sass-embedded = throw "dart-sass-embedded has been removed from nixpkgs, as is now included in Dart Sass itself.";
dat = nodePackages.dat;
dbeaver = throw "'dbeaver' has been renamed to/replaced by 'dbeaver-bin'"; # Added 2024-05-16
dbus-map = throw "'dbus-map' has been dropped as it is unmaintained"; # Added 2024-11-01
deadpixi-sam = deadpixi-sam-unstable;
debugedit-unstable = throw "'debugedit-unstable' has been renamed to/replaced by 'debugedit'"; # Converted to throw 2024-10-17

View File

@ -36758,8 +36758,6 @@ with pkgs;
dbacl = callPackage ../tools/misc/dbacl { };
dbus-map = callPackage ../tools/misc/dbus-map { };
dell-530cdn = callPackage ../misc/drivers/dell-530cdn { };
dockutil = callPackage ../os-specific/darwin/dockutil { };