thiefmd: drop (#383609)

This commit is contained in:
Aleksana 2025-02-24 15:43:27 +08:00 committed by GitHub
commit bc9da6501f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 72 deletions

View file

@ -1,72 +0,0 @@
{
lib,
stdenv,
fetchFromGitHub,
meson,
ninja,
vala,
pkg-config,
wrapGAppsHook3,
desktop-file-utils,
discount,
glib,
gtk3,
gtksourceview4,
gtkspell3,
json-glib,
libarchive,
libgee,
libhandy,
libsecret,
libxml2,
link-grammar,
webkitgtk_4_1,
}:
stdenv.mkDerivation rec {
pname = "thiefmd";
version = "0.2.7";
src = fetchFromGitHub {
owner = "kmwallio";
repo = "ThiefMD";
rev = "v${version}";
hash = "sha256-noNfGFMeIyKhAgiovJDn91TLELAOQ4nD/5QlQfsKTII=";
fetchSubmodules = true;
};
nativeBuildInputs = [
meson
ninja
vala
pkg-config
wrapGAppsHook3
desktop-file-utils
];
buildInputs = [
discount # libmarkdown
glib
gtk3
gtksourceview4
gtkspell3
json-glib
libarchive
libgee
libhandy
libsecret
libxml2
link-grammar
webkitgtk_4_1
];
meta = with lib; {
description = "Markdown & Fountain editor that helps with organization and management";
homepage = "https://thiefmd.com";
downloadPage = "https://github.com/kmwallio/ThiefMD";
mainProgram = "com.github.kmwallio.thiefmd";
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ aleksana ];
};
}

View file

@ -1462,6 +1462,7 @@ mapAliases {
termplay = throw "'termplay' has been removed due to lack of maintenance upstream"; # Added 2025-01-25
testVersion = testers.testVersion; # Added 2022-04-20
tfplugindocs = terraform-plugin-docs; # Added 2023-11-01
thiefmd = throw "'thiefmd' has been removed due to lack of maintenance upstream and incompatible with newer Pandoc. Please use 'apostrophe' or 'folio' instead"; # Added 2025-02-20
invalidateFetcherByDrvHash = testers.invalidateFetcherByDrvHash; # Added 2022-05-05
tijolo = throw "'tijolo' has been removed due to being unmaintained"; # Added 2024-12-27
timescale-prometheus = throw "'timescale-prometheus' has been renamed to/replaced by 'promscale'"; # Converted to throw 2024-10-17