banana-vera: drop (#488888)

This commit is contained in:
Sandro
2026-02-10 00:38:03 +00:00
committed by GitHub
2 changed files with 1 additions and 42 deletions
-42
View File
@@ -1,42 +0,0 @@
{
lib,
stdenv,
fetchFromGitHub,
cmake,
python310,
tcl,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "banana-vera";
version = "1.3.0-ubuntu";
src = fetchFromGitHub {
owner = "Epitech";
repo = "banana-vera";
tag = "v${finalAttrs.version}";
hash = "sha256-sSN3trSySJe3KVyrb/hc5HUGRS4M3c4UX9SLlzBM43c=";
};
nativeBuildInputs = [ cmake ];
buildInputs = [
python310
python310.pkgs.boost
tcl
];
cmakeFlags = [
"-DVERA_LUA=OFF"
"-DVERA_USE_SYSTEM_BOOST=ON"
"-DPANDOC=OFF"
];
meta = {
mainProgram = "vera++";
description = "Fork of vera using python3.10";
homepage = "https://github.com/Epitech/banana-vera";
license = lib.licenses.boost;
maintainers = with lib.maintainers; [ sigmanificient ];
platforms = lib.platforms.linux ++ lib.platforms.darwin;
};
})
+1
View File
@@ -348,6 +348,7 @@ mapAliases {
axmldec = throw "'axmldec' has been removed as it was broken and unmaintained for 8 years"; # Added 2025-05-17
backlight-auto = throw "'backlight-auto' has been removed as it relies on Zig 0.12 which has been dropped."; # Added 2025-08-22
badtouch = throw "'badtouch' has been renamed to/replaced by 'authoscope'"; # Converted to throw 2025-10-27
banana-vera = throw "'banana-vera' has been removed as it relies on python3.10"; # Added 2026-02-09
bandwidth = throw "'bandwidth' has been removed due to lack of maintenance"; # Added 2025-09-01
banking = saldo; # Added 2025-08-29
barrier = throw "'barrier' has been removed as it is unmaintained. Consider 'deskflow' or 'input-leap' instead."; # Added 2025-09-29