rhttp: rename from rHttp, enable strictDeps and structuredAttrs (#489661)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-13 18:03:31 +00:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
@@ -4,9 +4,12 @@
fetchFromGitHub,
}:
buildGoModule {
pname = "rHttp";
pname = "rhttp";
version = "0-unstable-2024-04-28";
__structuredAttrs = true;
strictDeps = true;
src = fetchFromGitHub {
owner = "1buran";
repo = "rHttp";
+1
View File
@@ -1995,6 +1995,7 @@ mapAliases {
retroarchFull = throw "'retroarchFull' has been renamed to/replaced by 'retroarch-full'"; # Converted to throw 2025-10-27
retroshare06 = throw "'retroshare06' has been renamed to/replaced by 'retroshare'"; # Converted to throw 2025-10-27
rewind-ai = throw "'rewind-ai' has been removed due to lack of of maintenance upstream"; # Added 2025-08-03
rHttp = rhttp; # Added 2026-07-05
rigsofrods = throw "'rigsofrods' has been renamed to/replaced by 'rigsofrods-bin'"; # Converted to throw 2025-10-27
rili = throw "'rili' has been dropped in favor of its maintained fork 'li-ri'"; # Added 2026-01-03
rke2_1_29 = throw "'rke2_1_29' has been removed from nixpkgs as it has reached end of life"; # Added 2025-05-05