rhttp: rename from rHttp, enable strictDeps and structuredAttrs
rename to lowercase to fit package naming conventions
This commit is contained in:
@@ -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";
|
||||
@@ -1966,6 +1966,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
|
||||
|
||||
Reference in New Issue
Block a user