xxhash: rename from xxHash (#489737)

This commit is contained in:
sternenseemann
2026-03-07 11:27:38 +00:00
committed by GitHub
45 changed files with 91 additions and 90 deletions

View File

@@ -15,7 +15,7 @@
qtwayland,
kcoreaddons,
lz4,
xxHash,
xxhash,
ffmpeg_6,
protobuf,
openal-soft,
@@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: {
qtbase
qtsvg
lz4
xxHash
xxhash
ffmpeg_6
openal-soft
minizip

View File

@@ -15,7 +15,7 @@
enableOpenSSL ? true,
openssl,
enableXXHash ? true,
xxHash,
xxhash,
enableZstd ? true,
zstd,
nixosTests,
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
++ lib.optional enableZstd zstd
++ lib.optional enableLZ4 lz4
++ lib.optional enableOpenSSL openssl
++ lib.optional enableXXHash xxHash;
++ lib.optional enableXXHash xxhash;
configureFlags = [
(lib.enableFeature enableLZ4 "lz4")

View File

@@ -25,7 +25,7 @@
triehash,
udev,
w3m,
xxHash,
xxhash,
xz,
zstd,
withDocs ? true,
@@ -83,7 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
lz4
p11-kit
udev
xxHash
xxhash
xz
zstd
]

View File

@@ -9,7 +9,7 @@
openssh,
openssl,
python3,
xxHash,
xxhash,
zstd,
installShellFiles,
nixosTests,
@@ -62,7 +62,7 @@ python.pkgs.buildPythonApplication (finalAttrs: {
buildInputs = [
libb2
lz4
xxHash
xxhash
zstd
openssl
]

View File

@@ -9,7 +9,7 @@
perl,
fmt,
hiredis,
xxHash,
xxhash,
zstd,
bashInteractive,
doctest,
@@ -76,7 +76,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
fmt
hiredis
xxHash
xxhash
zstd
];

View File

@@ -26,7 +26,7 @@
shaderc,
lcms2,
libdovi,
xxHash,
xxhash,
kdePackages,
}:
@@ -87,7 +87,7 @@ stdenv.mkDerivation (finalAttrs: {
shaderc
lcms2
libdovi
xxHash
xxhash
];
env.NIX_CFLAGS_COMPILE = "-std=gnu17";

View File

@@ -15,7 +15,7 @@
libgee,
gst_all_1,
sqlite,
xxHash,
xxhash,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
gst_all_1.gst-plugins-ugly
gst_all_1.gst-plugins-rs
sqlite
xxHash
xxhash
];
mesonFlags = [

View File

@@ -6,7 +6,7 @@
ninja,
nasm,
pkg-config,
xxHash,
xxhash,
withTools ? false, # "dav1d" binary
withExamples ? false,
SDL2, # "dav1dplay" binary
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
];
# TODO: doxygen (currently only HTML and not build by default).
buildInputs = [
xxHash
xxhash
]
++ lib.optional withExamples SDL2
++ lib.optionals useVulkan [

View File

@@ -7,7 +7,7 @@
autoreconfHook,
pkg-config,
elfutils,
xxHash,
xxhash,
help2man,
util-linux,
cpio,
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
elfutils
xxHash
xxhash
];
nativeCheckInputs = [

View File

@@ -33,7 +33,7 @@
pugixml,
sdl3,
sfml,
xxHash,
xxhash,
xz,
zlib-ng,
# linux-only
@@ -109,7 +109,7 @@ stdenv.mkDerivation (finalAttrs: {
qt6.qtsvg
sdl3
sfml
xxHash
xxhash
xz
zlib-ng
]

View File

@@ -25,7 +25,7 @@
re2,
re-flex,
uni-algo,
xxHash,
xxhash,
zstd,
# Build tools
@@ -151,7 +151,7 @@ stdenv.mkDerivation {
cp -r --no-preserve=mode,ownership ${mimalloc224} build/deps-nixpkgs/mimalloc224
cp -r --no-preserve=mode,ownership ${pugixml.src} build/deps-nixpkgs/pugixml
cp -r --no-preserve=mode,ownership ${re-flex.src} build/deps-nixpkgs/reflex
cp -r --no-preserve=mode,ownership ${xxHash.src} build/deps-nixpkgs/xxhash
cp -r --no-preserve=mode,ownership ${xxhash.src} build/deps-nixpkgs/xxhash
cp -r --no-preserve=mode,ownership ${zstd.src} build/deps-nixpkgs/zstd
# c-ares is provided as a tarball, extract it

View File

@@ -4,7 +4,7 @@
fetchFromGitHub,
libbsd,
libgcrypt,
xxHash,
xxhash,
pkg-config,
glib,
linuxHeaders ? stdenv.cc.libc.linuxHeaders,
@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
linuxHeaders
sqlite
util-linux
xxHash
xxhash
];
makeFlags = [

View File

@@ -22,7 +22,7 @@
python3,
range-v3,
ronn,
xxHash,
xxhash,
utf8cpp,
zstd,
parallel-hashmap,
@@ -78,7 +78,7 @@ stdenv.mkDerivation (finalAttrs: {
jemalloc
libarchive
lz4
xxHash
xxhash
utf8cpp
zstd

View File

@@ -3,7 +3,7 @@
stdenv,
fetchurl,
elfutils,
xxHash,
xxhash,
dejagnu,
gdb,
}:
@@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ elfutils ];
buildInputs = [
xxHash
xxhash
elfutils
];

View File

@@ -6,7 +6,7 @@
pkg-config,
fuse,
util-linux,
xxHash,
xxhash,
lz4,
xz,
zlib,
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
util-linux
xxHash
xxhash
lz4
zlib
xz

View File

@@ -16,7 +16,7 @@
wangle,
zlib,
zstd,
xxHash,
xxhash,
mvfst,
@@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
propagatedBuildInputs = [
mvfst
xxHash
xxhash
];
cmakeFlags = [

View File

@@ -7,7 +7,7 @@
pkg-config,
python3,
nix-update-script,
xxHash,
xxhash,
fmt,
libxml2,
openssl,
@@ -183,7 +183,7 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
++ lib.optional withQt qt6.wrapQtAppsHook;
buildInputs = [
xxHash
xxhash
fmt
libxml2
openssl

View File

@@ -21,7 +21,7 @@
dejagnu,
sourceHighlight,
libiconv,
xxHash,
xxhash,
withTui ? true,
ncurses,
@@ -107,7 +107,7 @@ stdenv.mkDerivation (finalAttrs: {
zstd
xz
sourceHighlight
xxHash
xxhash
dejagnu # for tests
]
++ optional withTui ncurses

View File

@@ -9,7 +9,7 @@
pkg-config,
rapidjson,
testers,
xxHash,
xxhash,
zstd,
postgresqlPackages,
suggestSupport ? false,
@@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
rapidjson
xxHash
xxhash
zstd
mecab
kytea

View File

@@ -14,7 +14,7 @@
python3,
rocmPackages ? { },
rocmSupport ? config.rocmSupport,
xxHash,
xxhash,
zlib,
libiconv,
}:
@@ -59,7 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
simplejson
]
))
xxHash
xxhash
zlib
]
++ lib.optionals stdenv.hostPlatform.isDarwin [

View File

@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "KarlsruheGraphGeneration";
repo = "kagen";
tag = "v${finalAttrs.version}";
# use vendor libmorton and xxHash
# use vendor libmorton and xxhash
fetchSubmodules = true;
hash = "sha256-VLQxeI9EzeJEp1krlLPRSct3SQmAF8cj34u3fkmppQg=";
};

View File

@@ -20,7 +20,7 @@
libxext,
wayland-protocols,
wayland,
xxHash,
xxhash,
nerd-fonts,
lcms2,
librsync,
@@ -76,7 +76,7 @@ buildPythonApplication rec {
librsync
matplotlib
openssl.dev
xxHash
xxhash
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
libpng

View File

@@ -5,7 +5,7 @@
which,
squawk,
protobufc,
xxHash,
xxhash,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "libpg_query";
@@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
cp -r protobuf $out/include/protobuf
ln -s ${protobufc.dev}/include/protobuf-c $out/include/protobuf-c
cp -r ${protobufc.dev}/include/protobuf-c/* $out/include
ln -s ${xxHash}/include $out/include/xxhash
ln -s ${xxhash}/include $out/include/xxhash
install -Dm644 pg_query.h -t $out/include
runHook postInstall

View File

@@ -15,7 +15,7 @@
libx11,
libunwind,
libdovi,
xxHash,
xxhash,
fast-float,
vulkanSupport ? true,
}:
@@ -55,7 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
libx11
libunwind
libdovi
xxHash
xxhash
vulkan-headers
]
++ lib.optionals vulkanSupport [

View File

@@ -9,7 +9,7 @@
# dependencies
pcre2,
xxHash,
xxhash,
# update script
gitUpdater,
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
xxHash
xxhash
];
propagatedBuildInputs = [

View File

@@ -17,7 +17,7 @@
libice,
stb,
openssl,
xxHash,
xxhash,
pugixml,
}:
@@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
libice
stb
openssl
xxHash
xxhash
pugixml
];

View File

@@ -3,7 +3,7 @@
fetchFromGitHub,
lib,
libpg_query,
xxHash,
xxhash,
testers,
}:
@@ -29,7 +29,7 @@ buildGoModule (finalAttrs: {
buildInputs = [
libpg_query
xxHash
xxhash
];
ldflags = [

View File

@@ -7,7 +7,7 @@
pkg-config,
libsodium,
openssl,
xxHash,
xxhash,
gitImportSupport ? true,
libgit2 ? null,
}:
@@ -31,7 +31,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
buildInputs = [
openssl
libsodium
xxHash
xxhash
]
++ (lib.optionals gitImportSupport [ libgit2 ]);

View File

@@ -38,7 +38,7 @@
procps,
python3,
which,
xxHash,
xxhash,
zlib,
zstd,
giflib,
@@ -110,7 +110,7 @@ stdenv.mkDerivation (finalAttrs: {
python3
onetbb
xrootd
xxHash
xxhash
xz
zlib
zstd

View File

@@ -22,7 +22,7 @@
lapack,
lua,
libsodium,
xxHash,
xxhash,
zstd,
libarchive,
# Enabling blas support breaks bayes filter training from dovecot in nixos-mailserver tests
@@ -70,7 +70,7 @@ stdenv.mkDerivation (finalAttrs: {
icu
jemalloc
libsodium
xxHash
xxhash
zstd
libarchive
]

View File

@@ -48,7 +48,7 @@
vulkan-loader,
vulkan-memory-allocator,
xbyak,
xxHash,
xxhash,
zlib-ng,
zydis,
nix-update-script,
@@ -127,7 +127,7 @@ gcc14Stdenv.mkDerivation (finalAttrs: {
vulkan-loader
vulkan-memory-allocator
xbyak
xxHash
xxhash
zlib-ng
zydis
];

View File

@@ -7,7 +7,7 @@
pkg-config,
vapoursynth,
ffmpeg,
xxHash,
xxhash,
gitUpdater,
}:
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
vapoursynth
(ffmpeg.override { withLcms2 = true; })
xxHash
xxhash
];
postPatch = ''

View File

@@ -30,7 +30,7 @@
cacert,
darwin,
desktopToDarwinBundle,
xxHash,
xxhash,
tomlplusplus,
}:
@@ -93,7 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
openssl
vulkan-headers
vulkan-loader
xxHash
xxhash
tomlplusplus
]
++ lib.optionals stdenv.hostPlatform.isLinux [

View File

@@ -55,7 +55,7 @@
xorgproto,
libxkbfile,
xorg-server,
xxHash,
xxhash,
clang,
withHtml ? true,
xpra-html5,
@@ -185,7 +185,7 @@ effectiveBuildPythonApplication rec {
libavif
openh264
libyuv
xxHash
xxhash
systemd
]
++ lib.optional withNvenc [

View File

@@ -4,7 +4,7 @@
cmake,
fetchFromGitHub,
openssl,
xxHash,
xxhash,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
openssl
xxHash
xxhash
];
postPatch = ''

View File

@@ -6,7 +6,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "xxHash";
pname = "xxhash";
version = "0.8.3";
src = fetchFromGitHub {

View File

@@ -57,7 +57,7 @@
wrapGAppsHook4,
writeScript,
xdg-utils,
xxHash,
xxhash,
yyjson,
zix,
zstd,
@@ -152,7 +152,7 @@ stdenv.mkDerivation (finalAttrs: {
soxr
vamp-plugin-sdk
xdg-utils
xxHash
xxhash
yyjson
zix
zstd

View File

@@ -276280,7 +276280,7 @@ self: {
vector-algorithms,
wai,
warp,
xxHash,
xxhash,
yaml,
}:
mkDerivation {
@@ -276378,7 +276378,7 @@ self: {
libfolly
libunwind
rocksdb
xxHash
xxhash
];
libraryToolDepends = [
alex
@@ -276522,7 +276522,7 @@ self: {
libfolly = null;
inherit (pkgs) libunwind;
inherit (pkgs) rocksdb;
inherit (pkgs) xxHash;
inherit (pkgs) xxhash;
};
glfw-group = callPackage (
@@ -753491,7 +753491,7 @@ self: {
tasty-bench,
tasty-quickcheck,
text,
xxHash,
xxhash,
}:
mkDerivation {
pname = "xxhash-ffi";
@@ -753503,7 +753503,7 @@ self: {
hashable
text
];
libraryPkgconfigDepends = [ xxHash ];
libraryPkgconfigDepends = [ xxhash ];
testHaskellDepends = [
base
bytestring
@@ -753523,7 +753523,7 @@ self: {
description = "Bindings and high-level helpers for xxHash";
license = lib.licensesSpdx."BSD-3-Clause";
}
) { inherit (pkgs) xxHash; };
) { inherit (pkgs) xxhash; };
xz = callPackage (
{

View File

@@ -3,7 +3,7 @@
fetchzip,
libblake3,
libmd,
xxHash,
xxhash,
zlib,
zstd,
buildTopkgPackage,
@@ -26,7 +26,7 @@ buildTopkgPackage rec {
buildInputs = [
libblake3
libmd
xxHash
xxhash
zlib
zstd
];

View File

@@ -2,7 +2,7 @@
lib,
fetchFromGitHub,
buildDunePackage,
xxHash,
pkgs,
ctypes,
ctypes-foreign,
dune-configurator,
@@ -33,7 +33,7 @@ buildDunePackage rec {
propagatedBuildInputs = [
ctypes
ctypes-foreign
xxHash
pkgs.xxhash
];
doCheck = true;

View File

@@ -22,7 +22,7 @@
readline,
ruby,
vte,
xxHash,
xxhash,
zlib,
useX11 ? false,
rubyBindings ? false,
@@ -109,7 +109,7 @@ stdenv.mkDerivation (finalAttrs: {
# radare2 exposes r_lib which depends on these libraries
file # for its list of magic numbers (`libmagic`)
libzip
xxHash
xxhash
];
postUnpack = ''

View File

@@ -15,7 +15,7 @@
libmspack,
libzip,
lz4,
xxHash,
xxhash,
xz,
meson,
python3,
@@ -105,7 +105,7 @@ let
openssl
libmspack
tree-sitter
xxHash
xxhash
xz
zstd
binutils

View File

@@ -6,7 +6,7 @@
pkg-config,
postgresql,
postgresqlBuildExtension,
xxHash,
xxhash,
}:
postgresqlBuildExtension (finalAttrs: {
@@ -24,7 +24,7 @@ postgresqlBuildExtension (finalAttrs: {
buildInputs = [
msgpack-c
groonga
xxHash
xxhash
];
makeFlags = [

View File

@@ -42,7 +42,7 @@
clisp,
biber,
woff2,
xxHash,
xxhash,
makeWrapper,
useFixedHashes,
asymptote,
@@ -601,7 +601,7 @@ rec {
ttfautohint
woff2
potrace
xxHash
xxhash
mupdf-headless
];

View File

@@ -2418,6 +2418,7 @@ mapAliases {
xtrap = throw "XTrap was a proposed X11 extension that hasn't been in Xorg since X11R6 in 1994, it is deprecated and archived upstream."; # added 2025-12-13
xulrunner = throw "'xulrunner' has been renamed to/replaced by 'firefox-unwrapped'"; # Converted to throw 2025-10-27
xxgdb = throw "'xxgdb' seems inactive and doesn't compile with glibc 2.42"; # Added 2025-09-28
xxHash = warnAlias "'xxHash' has been renamed to 'xxhash'" xxhash; # Added 2026-02-12
yabar = throw "'yabar' has been removed as the upstream project was archived"; # Added 2025-06-10
yabar-unstable = throw "'yabar' has been removed as the upstream project was archived"; # Added 2025-06-10
yafaray-core = throw "'yafaray-core' has been renamed to/replaced by 'libyafaray'"; # Converted to throw 2025-10-27