libfastjson: rename from fastJson (#488302)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "fastjson";
|
||||
pname = "libfastjson";
|
||||
version = "1.2304.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@@ -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" ];
|
||||
|
||||
@@ -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
|
||||
];
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -657,6 +657,7 @@ mapAliases {
|
||||
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
|
||||
fabs = throw "'fabs' has been removed due to being broken for more than a year; see RFC 180"; # Added 2026-02-05
|
||||
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
|
||||
faustPhysicalModeling = warnAlias "'faustPhysicalModeling' has been renamed to 'faust-physicalmodeling'" faust-physicalmodeling; # Added 2026-02-08
|
||||
faustStk = throw "'faustStk' has been renamed to/replaced by 'faustPhysicalModeling'"; # Converted to throw 2025-10-27
|
||||
|
||||
Reference in New Issue
Block a user