Unverified Commit ea6f23fb authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

dbus-map: drop (#353007)

parents e9be0b1b 7ab046eb
Loading
Loading
Loading
Loading
+0 −28
Original line number Diff line number Diff line
{ 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";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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 { };