elm-github-install: drop

This commit is contained in:
Sigmanificient
2025-08-26 02:30:06 +02:00
parent 4794223d43
commit ddc03319fe
3 changed files with 1 additions and 33 deletions
@@ -1,30 +0,0 @@
{
lib,
bundlerEnv,
ruby,
bundlerUpdateScript,
}:
bundlerEnv rec {
pname = "elm_install";
name = "elm-github-install-${version}";
version = (import ./gemset.nix).elm_install.version;
inherit ruby;
gemdir = ./.;
passthru.updateScript = bundlerUpdateScript "elm-github-install";
meta = with lib; {
description = "Install Elm packages from git repositories";
homepage = "https://github.com/gdotdesign/elm-github-install";
license = licenses.unfree;
maintainers = with maintainers; [
roberth
nicknovitski
];
platforms = platforms.all;
mainProgram = "elm-install";
};
}
+1 -1
View File
@@ -799,7 +799,7 @@ mapAliases {
eintopf = lauti; # Project was renamed, added 2025-05-01
elasticsearch7Plugins = elasticsearchPlugins;
electronplayer = throw "'electronplayer' has been removed as it had been discontinued upstream since October 2024"; # Added 2024-12-17
elm-github-install = throw "'elm-github-install' has been removed as it is abandoned upstream and only supports Elm 0.18.0"; # Added 2025-08-25
element-desktop-wayland = throw "element-desktop-wayland has been removed. Consider setting NIXOS_OZONE_WL=1 via 'environment.sessionVariables' instead"; # Added 2024-12-17
elementsd-simplicity = throw "'elementsd-simplicity' has been removed due to lack of maintenance, consider using 'elementsd' instead"; # Added 2025-06-04
-2
View File
@@ -2045,8 +2045,6 @@ with pkgs;
conf = config.element-web.conf or { };
};
elm-github-install = callPackage ../tools/package-management/elm-github-install { };
espanso-wayland = espanso.override {
x11Support = false;
waylandSupport = !stdenv.hostPlatform.isDarwin;