libfastjson: rename from fastJson

The upstream repo and package is called libfastjson.
Why was this package named fastJson?
This commit is contained in:
quantenzitrone
2026-02-10 16:53:27 +01:00
parent 9378e64792
commit 8b06670898
5 changed files with 8 additions and 7 deletions
@@ -6,7 +6,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastjson";
pname = "libfastjson";
version = "1.2304.0";
src = fetchFromGitHub {
+2 -2
View File
@@ -6,7 +6,7 @@
libestr,
json_c,
pcre,
fastJson,
libfastjson,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
libestr
json_c
pcre
fastJson
libfastjson
];
configureFlags = [ "--enable-regexp" ];
+2 -2
View File
@@ -4,7 +4,7 @@
fetchFromGitHub,
cmark-gfm,
xxd,
fastJson,
libfastjson,
libzip,
ninja,
meson,
@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
cmark-gfm
fastJson
libfastjson
libzip
];
+2 -2
View File
@@ -8,7 +8,7 @@
json_c,
zlib,
docutils,
fastJson,
libfastjson,
withKrb5 ? true,
libkrb5,
withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd,
@@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
fastJson
libfastjson
libestr
json_c
zlib
+1
View File
@@ -629,6 +629,7 @@ mapAliases {
eww-wayland = throw "'eww-wayland' has been renamed to/replaced by 'eww'"; # Converted to throw 2025-10-27
f3d_egl = warnAlias "'f3d' now build with egl support by default, so `f3d_egl` is deprecated, consider using 'f3d' instead." f3d; # Added 2025-07-18
fast-cli = throw "'fast-cli' has been removed because it was unmaintainable in nixpkgs"; # Added 2025-11-17
fastJson = warnAlias "'fastJson' has been renamed to 'libfastjson'" libfastjson; # Added 2026-02-08
fastnlo_toolkit = throw "'fastnlo_toolkit' has been renamed to/replaced by 'fastnlo-toolkit'"; # Converted to throw 2025-10-27
faustStk = throw "'faustStk' has been renamed to/replaced by 'faustPhysicalModeling'"; # Converted to throw 2025-10-27
fbjni = throw "fbjni has been removed, as it was broken"; # Added 2025-08-25