Commit a9491cd4 authored by rewine's avatar rewine
Browse files

dfilemanager: drop

parent e78d2387
Loading
Loading
Loading
Loading
+0 −42
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchFromGitHub,
  cmake,
  libsForQt5,
  file,
}:

stdenv.mkDerivation {
  pname = "dfilemanager";
  version = "unstable-2021-02-20";

  src = fetchFromGitHub {
    owner = "probonopd";
    repo = "dfilemanager";
    rev = "61179500a92575e05cf9a71d401c388726bfd73d";
    hash = "sha256-BHd2dZDVxy82vR6PyXIS5M6zBGJ4bQfOhdBCdOww4kc=";
  };

  nativeBuildInputs = [
    cmake
    libsForQt5.wrapQtAppsHook
  ];
  buildInputs = [
    libsForQt5.qtbase
    libsForQt5.qttools
    libsForQt5.solid
    file
  ];

  cmakeFlags = [ "-DQT5BUILD=true" ];

  meta = {
    homepage = "https://github.com/probonopd/dfilemanager";
    description = "File manager written in Qt/C++";
    mainProgram = "dfm";
    license = lib.licenses.gpl2;
    platforms = lib.platforms.unix;
    maintainers = [ ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -529,6 +529,7 @@ mapAliases {

  demjson = with python3Packages; toPythonApplication demjson; # Added 2022-01-18
  devdash = throw "'devdash' has been removed as the upstream project was archived"; # Added 2025-03-27
  dfilemanager = throw "'dfilemanager' has been dropped as it was unmaintained"; # Added 2025-06-03
  dgsh = throw "'dgsh' has been removed, as it was broken and unmaintained"; # added 2024-05-09
  dibbler = throw "dibbler was removed because it is not maintained anymore"; # Added 2024-05-14
  dillong = throw "'dillong' has been removed, as upstream is abandoned since 2021-12-13. Use either 'dillo' or 'dillo-plus'. The latter integrates features from dillong."; # Added 2024-10-07