mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
heptabase: remove (#526153)
This commit is contained in:
@@ -1,39 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
appimageTools,
|
||||
fetchurl,
|
||||
}:
|
||||
let
|
||||
pname = "heptabase";
|
||||
version = "1.87.2";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
|
||||
hash = "sha256-6O6ksa0mCUoAfXW8jzh1n7zAfLZTA45va9o6J2ghKgU=";
|
||||
};
|
||||
|
||||
appimageContents = appimageTools.extractType2 { inherit pname version src; };
|
||||
in
|
||||
appimageTools.wrapType2 {
|
||||
inherit pname version src;
|
||||
|
||||
extraInstallCommands = ''
|
||||
install -Dm444 ${appimageContents}/project-meta.desktop -T $out/share/applications/heptabase.desktop
|
||||
install -m 444 -D ${appimageContents}/usr/share/icons/hicolor/0x0/apps/project-meta.png $out/share/icons/hicolor/512x512/apps/${pname}.png
|
||||
|
||||
substituteInPlace $out/share/applications/heptabase.desktop \
|
||||
--replace-fail 'Exec=AppRun --no-sandbox %U' 'Exec=heptabase %U' \
|
||||
--replace-fail 'Icon=project-meta' 'Icon=${pname}'
|
||||
|
||||
'';
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/heptameta/project-meta/releases/tag/v${version}";
|
||||
description = "Visual note-taking tool for learning complex topics";
|
||||
homepage = "https://heptabase.com/";
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [ luftmensch-luftmensch ];
|
||||
mainProgram = "heptabase";
|
||||
platforms = [ "x86_64-linux" ];
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
}
|
||||
@@ -1021,6 +1021,7 @@ mapAliases {
|
||||
haxor-news = throw "'haxor-news' has been removed as it is unmaintained"; # Added 2026-06-16
|
||||
helix-gpt = throw "helix-gpt was deprecated in January 2026 and has been since removed"; # Added 2026-02-05
|
||||
HentaiAtHome = throw "'HentaiAtHome' has been renamed to/replaced by 'hentai-at-home'"; # Converted to throw 2025-10-27
|
||||
heptabase = throw "'heptabase' bas been removed due to lack of maintenance."; # Added 2026-05-31
|
||||
hiawatha = throw "hiawatha has been removed, since it is no longer actively supported upstream, nor well maintained in nixpkgs"; # Added 2025-09-10
|
||||
hibernate = throw "hibernate has been removed due to lack of maintenance"; # Added 2025-09-10
|
||||
hiddify-app = throw "hiddify-app has been removed, since it is unmaintained"; # Added 2025-08-20
|
||||
|
||||
Reference in New Issue
Block a user