valum: drop (#447865)

This commit is contained in:
Yohann Boniface
2025-10-03 18:20:01 +00:00
committed by GitHub
2 changed files with 1 additions and 51 deletions
-51
View File
@@ -1,51 +0,0 @@
{
lib,
stdenv,
meson,
ninja,
pkg-config,
fetchFromGitHub,
glib,
vala,
ctpl,
libgee,
libsoup_2_4,
fcgi,
}:
stdenv.mkDerivation rec {
pname = "valum";
version = "0.3.18";
src = fetchFromGitHub {
owner = "valum-framework";
repo = "valum";
rev = "v${version}";
sha256 = "sha256-baAv83YiX8HdBm/t++ktB7pmTVlt4aWZ5xnsAs/NrTI=";
};
nativeBuildInputs = [
meson
ninja
pkg-config
];
buildInputs = [
glib
vala
ctpl
libgee
libsoup_2_4
fcgi
];
meta = with lib; {
homepage = "https://github.com/valum-framework/valum";
description = "Web micro-framework written in Vala";
license = licenses.lgpl3;
platforms = platforms.linux;
maintainers = [ ];
# Likely broken by GLib 2.74 switch to PCRE 2.
# https://github.com/valum-framework/valum/issues/238
broken = true;
};
}
+1
View File
@@ -2619,6 +2619,7 @@ mapAliases {
};
vaapiIntel = intel-vaapi-driver; # Added 2023-05-31
vaapiVdpau = libva-vdpau-driver; # Added 2024-06-05
valum = throw "'valum' has been removed because it has been marked as broken since at least November 2024."; # Added 2025-10-01
vaultwarden-vault = vaultwarden.webvault; # Added 2022-12-13
varnish74 = throw "varnish 7.4 is EOL. Either use the LTS or upgrade."; # Added 2024-10-31
varnish74Packages = throw "varnish 7.4 is EOL. Either use the LTS or upgrade."; # Added 2024-10-31