emanote: remove at 1.4.0.0
The former maintainer and upstream author of this package has been banned from Nixpkgs f03d404df9c59a2cbb7f6f902247841245c97c3c6ad90. I have zero interest in keeping this working. ema happens to work without overrides, so let's leave that enabled until it breaks.
This commit is contained in:
@@ -2454,9 +2454,6 @@ with haskellLib;
|
||||
))
|
||||
];
|
||||
|
||||
# 2025-02-11: Too strict bounds on base < 4.17
|
||||
ema = doJailbreak super.ema;
|
||||
|
||||
# Too strict bounds on text and tls
|
||||
# https://github.com/barrucadu/irc-conduit/issues/54
|
||||
# Use crypton-connection instead of connection
|
||||
|
||||
@@ -698,7 +698,6 @@ unsupported-platforms:
|
||||
Codec-Image-DevIL: [ platforms.darwin ] # depends on mesa
|
||||
coinor-clp: [ aarch64-linux ] # aarch64-linux is not supported by required system dependency clp
|
||||
cut-the-crap: [ platforms.darwin ]
|
||||
emanote: [ x86_64-darwin ] # Depends on stork which is broken on macOS sdk < 10.14
|
||||
essence-of-live-coding-PortMidi: [ platforms.darwin ]
|
||||
Euterpea: [ platforms.darwin ]
|
||||
follow-file: [ platforms.darwin ]
|
||||
|
||||
@@ -1824,8 +1824,6 @@ builtins.intersectAttrs super {
|
||||
}))
|
||||
super.tailwind;
|
||||
|
||||
emanote = addBuildDepend pkgs.stork super.emanote;
|
||||
|
||||
keid-render-basic = addBuildTool pkgs.glslang super.keid-render-basic;
|
||||
|
||||
# Disable checks to break dependency loop with SCalendar
|
||||
|
||||
@@ -213621,7 +213621,6 @@ self: {
|
||||
];
|
||||
description = "Emanate a structured view of your plain-text notes";
|
||||
license = lib.licenses.agpl3Only;
|
||||
badPlatforms = [ "x86_64-darwin" ];
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "emanote";
|
||||
broken = true;
|
||||
|
||||
@@ -858,6 +858,7 @@ mapAliases {
|
||||
emacsNativeComp = emacs; # Added 2022-06-08
|
||||
emacsWithPackages = throw "'emacsWithPackages' has been renamed to/replaced by 'emacs.pkgs.withPackages'"; # Converted to throw 2024-10-17
|
||||
emacsPackages = emacs.pkgs; # Added 2025-03-02
|
||||
emanote = throw "'emanote' has been removed due to lack of a Nixpkgs maintainer"; # Added 2025-09-18
|
||||
|
||||
embree2 = throw "embree2 has been removed, as it is unmaintained upstream and depended on tbb_2020"; # Added 2025-09-14
|
||||
EmptyEpsilon = empty-epsilon; # Added 2024-07-14
|
||||
|
||||
@@ -7178,9 +7178,6 @@ with pkgs;
|
||||
|
||||
vapoursynth-editor = libsForQt5.callPackage ../by-name/va/vapoursynth/editor.nix { };
|
||||
|
||||
# TODO: Fix references and add justStaticExecutables https://github.com/NixOS/nixpkgs/issues/318013
|
||||
emanote = haskellPackages.emanote;
|
||||
|
||||
enchant2 = callPackage ../development/libraries/enchant/2.x.nix { };
|
||||
enchant = enchant2;
|
||||
|
||||
|
||||
@@ -271,7 +271,6 @@ let
|
||||
diagrams-builder
|
||||
echidna
|
||||
elm2nix
|
||||
emanote
|
||||
fffuu
|
||||
futhark
|
||||
ghcid
|
||||
|
||||
Reference in New Issue
Block a user