Merge master into staging-next

authored by nixpkgs-ci[bot] and committed by GitHub 3fbcbb33 0ef8af09

Changed files
+70 -82
pkgs
applications
version-management
sublime-merge
by-name
jm
ko
komga
la
lasuite-meet
lasuite-meet-frontend
li
libretro-shaders-slang
md
mdk-sdk
na
nauty
rs
rssguard
si
ti
ticker
wa
waydroid-helper
ya
yazi
plugins
mediainfo
recycle-bin
restore
wl-clipboard
development
+3 -3
pkgs/applications/version-management/sublime-merge/default.nix
··· 5 5 in 6 6 { 7 7 sublime-merge = common { 8 - buildVersion = "2110"; 9 - aarch64sha256 = "lG95VgRsicSRjve7ESTamU9dp/xBjR6yyLL+1wh6BXg="; 10 - x64sha256 = "v5CFqS+bB0Oe0fZ+vP0zxrJ2SUctNXKqODmB8M9XMIY="; 8 + buildVersion = "2112"; 9 + aarch64sha256 = "XtJ4bAKiCZnBEG1ssXhViuyOsLNdeahHAkWZqqCRmvU="; 10 + x64sha256 = "rzk3PlGpGXDh3Ig3gKb9WSER6PzPKmp1PJJiD0sGVS4="; 11 11 } { }; 12 12 13 13 sublime-merge-dev = common {
+2 -2
pkgs/by-name/jm/jmol/package.nix
··· 31 31 }; 32 32 in 33 33 stdenv.mkDerivation rec { 34 - version = "16.3.31"; 34 + version = "16.3.33"; 35 35 pname = "jmol"; 36 36 37 37 src = ··· 40 40 in 41 41 fetchurl { 42 42 url = "mirror://sourceforge/jmol/Jmol/Version%20${baseVersion}/Jmol%20${version}/Jmol-${version}-binary.tar.gz"; 43 - hash = "sha256-VrxF3edZHEyaTfeSbBg8Po7/DOqEdtaXhdLg6KEu9kc="; 43 + hash = "sha256-U2UEK+ZjSErzgQAkcoZwoLZ9m3pI10pcdz79M7BmBB4="; 44 44 }; 45 45 46 46 patchPhase = ''
+2 -2
pkgs/by-name/ko/komga/package.nix
··· 10 10 11 11 stdenvNoCC.mkDerivation rec { 12 12 pname = "komga"; 13 - version = "1.23.3"; 13 + version = "1.23.4"; 14 14 15 15 src = fetchurl { 16 16 url = "https://github.com/gotson/${pname}/releases/download/${version}/${pname}-${version}.jar"; 17 - sha256 = "sha256-Q52u284BqN6IktMKOAbiwdM77ZOPQrHIzOkExz91Xeo="; 17 + sha256 = "sha256-mFcnD6QAuc3VGpa6AhJVfXF++yCaQ7irvftew33ImUo="; 18 18 }; 19 19 20 20 nativeBuildInputs = [
+3 -3
pkgs/by-name/la/lasuite-meet-frontend/package.nix
··· 7 7 8 8 buildNpmPackage rec { 9 9 pname = "lasuite-meet-frontend"; 10 - version = "0.1.33"; 10 + version = "0.1.34"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "suitenumerique"; 14 14 repo = "meet"; 15 15 tag = "v${version}"; 16 - hash = "sha256-NXE+Kt41NlJ5F9Y5ftWBAPzCcFyTHZj7/2Os7ZFM72Y="; 16 + hash = "sha256-5RY/k9yuiV+JwLBoZpw9zNCTWXCEAnB1FU6njWpvdXk="; 17 17 }; 18 18 19 19 sourceRoot = "source/src/frontend"; ··· 21 21 npmDeps = fetchNpmDeps { 22 22 inherit version src; 23 23 sourceRoot = "source/src/frontend"; 24 - hash = "sha256-s5HgGFY7yPct7P2nutYab1KsMbzHWBHKEm4W74qsgIw="; 24 + hash = "sha256-svCLdlX5GnVCoYlf6uzYBr5wIp3buURj6Op60VtGFjg="; 25 25 }; 26 26 27 27 buildPhase = ''
+2 -2
pkgs/by-name/la/lasuite-meet/package.nix
··· 13 13 14 14 python.pkgs.buildPythonApplication rec { 15 15 pname = "lasuite-meet"; 16 - version = "0.1.33"; 16 + version = "0.1.34"; 17 17 pyproject = true; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "suitenumerique"; 21 21 repo = "meet"; 22 22 tag = "v${version}"; 23 - hash = "sha256-NXE+Kt41NlJ5F9Y5ftWBAPzCcFyTHZj7/2Os7ZFM72Y="; 23 + hash = "sha256-5RY/k9yuiV+JwLBoZpw9zNCTWXCEAnB1FU6njWpvdXk="; 24 24 }; 25 25 26 26 sourceRoot = "source/src/backend";
+3 -3
pkgs/by-name/li/libretro-shaders-slang/package.nix
··· 7 7 8 8 stdenvNoCC.mkDerivation { 9 9 pname = "libretro-shaders-slang"; 10 - version = "0-unstable-2025-08-26"; 10 + version = "0-unstable-2025-09-05"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "libretro"; 14 14 repo = "slang-shaders"; 15 - rev = "c9303dcc4d11fe5d37db9ef9a24c8eab4087c0c3"; 16 - hash = "sha256-k/th5Ze/x48mTFZxEsSWCE4STnMSFXl3I0uMVmdMSxc="; 15 + rev = "10b7e86738a8c3eeff7114bcc4ef110d382dd0fd"; 16 + hash = "sha256-Js8RdmP7wjWHK5Z5Yejy53dD04ehgeeH2dY0OjcNIVo="; 17 17 }; 18 18 19 19 dontConfigure = true;
+2 -2
pkgs/by-name/md/mdk-sdk/package.nix
··· 33 33 in 34 34 stdenv.mkDerivation rec { 35 35 pname = "mdk-sdk"; 36 - version = "0.33.1"; 36 + version = "0.34.0"; 37 37 38 38 src = fetchurl { 39 39 url = "https://github.com/wang-bin/mdk-sdk/releases/download/v${version}/mdk-sdk-linux.tar.xz"; 40 - hash = "sha256-4pxH9ZytnAAyBIRP72f64jBOBBSQ6MY0HpdkCy1kFHg="; 40 + hash = "sha256-qt17xZKuZIWmD8ck1IrHXa5i5tKElTYmbGQvqJTtTsY="; 41 41 }; 42 42 43 43 nativeBuildInputs = [ autoPatchelfHook ];
+5 -7
pkgs/by-name/na/nauty/package.nix
··· 5 5 }: 6 6 stdenv.mkDerivation rec { 7 7 pname = "nauty"; 8 - version = "2.9.0"; 8 + version = "2.9.1"; 9 9 10 10 src = fetchurl { 11 11 url = "https://pallini.di.uniroma1.it/nauty${ 12 12 builtins.replaceStrings [ "." ] [ "_" ] version 13 13 }.tar.gz"; 14 - sha256 = "sha256-eziDTHzv4X0l4F7vHvOIL6nNGTP1grnrnedHdBGVYFM="; 14 + sha256 = "sha256-SI+pBtEKNyxy0jZMXe5I4PcwcAT75SwrzlDFLejNhz4="; 15 15 }; 16 16 17 17 outputs = [ ··· 19 19 "dev" 20 20 ]; 21 21 22 - # HACK: starting from 2.9.0, the makefile tries to copy .libs/*.a files unconditionally 22 + # HACK: starting from 2.8.9, the makefile tries to copy .libs/*.a files unconditionally 23 23 dontDisableStatic = true; 24 24 25 25 configureFlags = [ ··· 50 50 license = licenses.asl20; 51 51 teams = [ teams.sage ]; 52 52 platforms = platforms.unix; 53 - # I'm not sure if the filename will remain the same for future changelog or 54 - # if it will track changes to minor releases. Lets see. Better than nothing 55 - # in any case. 56 - changelog = "https://pallini.di.uniroma1.it/changes24-28.txt"; 53 + # The filename may change for future changelogs. Better than nothing in any case. 54 + changelog = "https://pallini.di.uniroma1.it/changes24-2${lib.versions.minor version}.txt"; 57 55 homepage = "https://pallini.di.uniroma1.it/"; 58 56 }; 59 57 }
+2 -2
pkgs/by-name/rs/rssguard/package.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "rssguard"; 12 - version = "4.8.5"; 12 + version = "4.8.6"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "martinrotter"; 16 16 repo = "rssguard"; 17 17 tag = version; 18 - sha256 = "sha256-JSw3zuKUPqxWbgzLVjLs41fOihQZcfU6PJGb4m6ua90="; 18 + sha256 = "sha256-2gwzk23t9WRHrXlASzba9HQRijHjH0nfWsBjMcqgq68="; 19 19 }; 20 20 21 21 buildInputs = [
+3 -3
pkgs/by-name/si/signal-desktop-bin/signal-desktop-aarch64.nix
··· 1 1 { callPackage, commandLineArgs }: 2 2 callPackage ./generic.nix { inherit commandLineArgs; } { 3 3 pname = "signal-desktop-bin"; 4 - version = "7.64.0"; 4 + version = "7.69.0"; 5 5 6 6 libdir = "usr/lib64/signal-desktop"; 7 7 bindir = "usr/bin"; ··· 10 10 bsdtar -xf $downloadedFile -C "$out" 11 11 ''; 12 12 13 - url = "https://download.copr.fedorainfracloud.org/results/useidel/signal-desktop/fedora-42-aarch64/09358233-signal-desktop/signal-desktop-7.64.0-1.fc42.aarch64.rpm"; 14 - hash = "sha256-VWDw1eSYze23obCU/R4chesJvZZo1JbDGvR82Jg99og="; 13 + url = "https://download.copr.fedorainfracloud.org/results/useidel/signal-desktop/fedora-42-aarch64/09522003-signal-desktop/signal-desktop-7.69.0-1.fc42.aarch64.rpm"; 14 + hash = "sha256-jvBSQZfP06tuhy1uhOPeHXkmYsMi/ptRe9P2mgTeAoU="; 15 15 }
+2 -2
pkgs/by-name/si/signal-desktop-bin/signal-desktop-darwin.nix
··· 6 6 }: 7 7 stdenv.mkDerivation (finalAttrs: { 8 8 pname = "signal-desktop-bin"; 9 - version = "7.64.0"; 9 + version = "7.69.0"; 10 10 11 11 src = fetchurl { 12 12 url = "https://updates.signal.org/desktop/signal-desktop-mac-universal-${finalAttrs.version}.dmg"; 13 - hash = "sha256-Ir0p2M3P8bUNi16i4aGO8RmUD20mYKbVD+4twHEOMJc="; 13 + hash = "sha256-iOp0ASFPsOncifoW7Bou/hLmer+rml0mtzYrH3R9Mf0="; 14 14 }; 15 15 sourceRoot = "."; 16 16
+2 -2
pkgs/by-name/si/signal-desktop-bin/signal-desktop.nix
··· 1 1 { callPackage, commandLineArgs }: 2 2 callPackage ./generic.nix { inherit commandLineArgs; } rec { 3 3 pname = "signal-desktop-bin"; 4 - version = "7.64.0"; 4 + version = "7.69.0"; 5 5 6 6 libdir = "opt/Signal"; 7 7 bindir = libdir; 8 8 extractPkg = "dpkg-deb -x $downloadedFile $out"; 9 9 10 10 url = "https://updates.signal.org/desktop/apt/pool/s/signal-desktop/signal-desktop_${version}_amd64.deb"; 11 - hash = "sha256-3mibhZJpY/yo4RzZ6LQbI5xUlGgK6zGtB48Q8yDgflc="; 11 + hash = "sha256-QFK/6f+/NGHfKCu52EpbpW98dwOmCL52vjmDpxR3WXk="; 12 12 }
+3 -3
pkgs/by-name/ti/ticker/package.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "ticker"; 11 - version = "5.0.5"; 11 + version = "5.0.6"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "achannarasappa"; 15 15 repo = "ticker"; 16 16 tag = "v${version}"; 17 - hash = "sha256-SwQkoviJCPJmz//EIBRqvaWtg65xgTo98VnoiciwKHY="; 17 + hash = "sha256-sm/57kOiFI+mAH3VNAklXeTaZqfuJSZmLYXvj8cZQso="; 18 18 }; 19 19 20 - vendorHash = "sha256-XKl4bGWTz3AKl+hLFY0R0uT5ryOCHNzoeVHczMb32zo="; 20 + vendorHash = "sha256-EKc9QRDSOD4WetCXORjMUlaFqh0+B3Aa3m5SR1WiKN4="; 21 21 22 22 ldflags = [ 23 23 "-s"
+2 -2
pkgs/by-name/wa/waydroid-helper/package.nix
··· 26 26 }: 27 27 28 28 let 29 - version = "0.2.5"; 29 + version = "0.2.6"; 30 30 31 31 src = fetchFromGitHub { 32 32 owner = "ayasa520"; 33 33 repo = "waydroid-helper"; 34 34 tag = "v${version}"; 35 - hash = "sha256-O1QJzv1p+cBAxVB2YXC45EQMsbIC01StmiIXEGdzqGw="; 35 + hash = "sha256-iLBgryNb8NGsfjZmI0xxGFv+lAt0XFT2uXdEabTIRyA="; 36 36 }; 37 37 in 38 38 python3Packages.buildPythonApplication {
+3 -3
pkgs/by-name/ya/yazi/plugins/mediainfo/default.nix
··· 5 5 }: 6 6 mkYaziPlugin { 7 7 pname = "mediainfo.yazi"; 8 - version = "25.5.31-unstable-2025-08-06"; 8 + version = "25.5.31-unstable-2025-08-28"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "boydaihungst"; 12 12 repo = "mediainfo.yazi"; 13 - rev = "0e2ae47cfb2b7c7a32d714c753b1cebbaa75d127"; 14 - hash = "sha256-CHigaujMHd1BuYyyxzI5B4ZYQhuH2YZptVVJToq39sY="; 13 + rev = "2093ab79d47d750c0b74759d2dd93aff8c7ee5c8"; 14 + hash = "sha256-GObz6kpBTT1HuWgsAWlbbzCw2GxZGKLTWaUKKztiTaw="; 15 15 }; 16 16 17 17 meta = {
+3 -3
pkgs/by-name/ya/yazi/plugins/recycle-bin/default.nix
··· 5 5 }: 6 6 mkYaziPlugin { 7 7 pname = "recycle-bin.yazi"; 8 - version = "1.0.0-unstable-2025-08-20"; 8 + version = "0-unstable-2025-09-08"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "uhs-robert"; 12 12 repo = "recycle-bin.yazi"; 13 - rev = "52f6fe08f5f42cbae56d8c46abc368560e1e2d6e"; 14 - hash = "sha256-krZAbL7JRRvJbT+23C6fw8Zbav+8I+bvIFAYrpeNuhw="; 13 + rev = "728c0af4111ad043f9361ce6373949b5f9dec4a3"; 14 + hash = "sha256-XnDiWuKLyI1jszwKTaVnPR8AX3+9mdkkof+V6E8RkR4="; 15 15 }; 16 16 17 17 meta = {
+3 -3
pkgs/by-name/ya/yazi/plugins/restore/default.nix
··· 5 5 }: 6 6 mkYaziPlugin { 7 7 pname = "restore.yazi"; 8 - version = "25.5.31-unstable-2025-08-12"; 8 + version = "25.5.31-unstable-2025-08-28"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "boydaihungst"; 12 12 repo = "restore.yazi"; 13 - rev = "2a2ba2fbaee72f88054a43723becf66c3cfb892e"; 14 - hash = "sha256-FqvQuKNH3jjXQ/7N7MsUsOoh9DTreZTjpdQ4lrr2iLk="; 13 + rev = "dc40509c03f1c33f1ef008330c6694effe674082"; 14 + hash = "sha256-Lkt1TB07UqvuTU1JdwfHBSyn7/MOdd+iJawCSrPwXhw="; 15 15 }; 16 16 17 17 meta = {
+3 -4
pkgs/by-name/ya/yazi/plugins/wl-clipboard/default.nix
··· 5 5 }: 6 6 mkYaziPlugin { 7 7 pname = "wl-clipboard.yazi"; 8 - version = "0-unstable-2025-05-22"; 8 + version = "0-unstable-2025-08-30"; 9 9 10 10 installPhase = '' 11 11 runHook preInstall 12 12 13 13 cp -r . $out 14 - mv $out/init.lua $out/main.lua 15 14 16 15 runHook postInstall 17 16 ''; ··· 19 18 src = fetchFromGitHub { 20 19 owner = "grappas"; 21 20 repo = "wl-clipboard.yazi"; 22 - rev = "c4edc4f6adf088521f11d0acf2b70610c31924f0"; 23 - hash = "sha256-jlZgN93HjfK+7H27Ifk7fs0jJaIdnOyY1wKxHz1wX2c="; 21 + rev = "e9a38e47d07549968019702bdafdc4ed07151b7d"; 22 + hash = "sha256-3PRQl4TvuOe5DwVi1gmtmfTOEVZWRayijIbnPgaR3L8="; 24 23 }; 25 24 26 25 meta = {
+7 -5
pkgs/development/compilers/chicken/5/overrides.nix
··· 90 90 glut = 91 91 old: 92 92 (brokenOnDarwin old) 93 - // (addToCscOptions [ 94 - "-I${(lib.getDev pkgs.libglut)}/include" 95 - "-I${(lib.getDev pkgs.libGL)}/include" 96 - "-I${(lib.getDev pkgs.libGLU)}/include" 97 - ] old) 93 + // lib.optionalAttrs (!stdenv.hostPlatform.isDarwin) ( 94 + addToCscOptions [ 95 + "-I${(lib.getDev pkgs.libglut)}/include" 96 + "-I${(lib.getDev pkgs.libGL)}/include" 97 + "-I${(lib.getDev pkgs.libGLU)}/include" 98 + ] old 99 + ) 98 100 // (addToBuildInputs pkgs.libglut old); 99 101 iconv = addToBuildInputs (lib.optional stdenv.hostPlatform.isDarwin pkgs.libiconv); 100 102 icu = addToBuildInputsWithPkgConfig pkgs.icu;
+3 -3
pkgs/development/haskell-modules/cabal2nix-unstable.nix
··· 35 35 }: 36 36 mkDerivation { 37 37 pname = "cabal2nix"; 38 - version = "unstable-2025-06-14"; 38 + version = "unstable-2025-09-06"; 39 39 src = fetchzip { 40 - url = "https://github.com/NixOS/cabal2nix/archive/e9e2ebd9ab5c89c6cd55dd2c568dd46086f2addb.tar.gz"; 41 - sha256 = "0in0vab4vihamdhf0zs8y22dwm7h4fqzryq47cxb48cxg29rfz9y"; 40 + url = "https://github.com/NixOS/cabal2nix/archive/fe1b21c9fb01f3f8a9028744499f20b7799cad38.tar.gz"; 41 + sha256 = "0g9pa8914mdnbbhy3far689xckfblavwv0ylmzi0h4p7v8alrjx7"; 42 42 }; 43 43 postUnpack = "sourceRoot+=/cabal2nix; echo source root reset to $sourceRoot"; 44 44 isLibrary = true;
-9
pkgs/development/haskell-modules/configuration-nix.nix
··· 771 771 colour = dontCheck super.colour; 772 772 spatial-rotations = dontCheck super.spatial-rotations; 773 773 774 - # This package is marked broken, but it causes some evail failures for nixpkgs-review. 775 - # cabal2nix still adds opencv3, which has been removed. It makes no sense to add opencv4, 776 - # because the haskell package is only targeting opencv 3.x specifically. 777 - # TODO: Remove this package entirely from hackage-packages.nix. It's broken and has been last 778 - # updated in 2018. 779 - opencv = overrideCabal (drv: { 780 - libraryPkgconfigDepends = [ ]; 781 - }) super.opencv; 782 - 783 774 LDAP = dontCheck ( 784 775 overrideCabal (drv: { 785 776 librarySystemDepends = drv.librarySystemDepends or [ ] ++ [ pkgs.cyrus_sasl.dev ];
+12 -14
pkgs/development/haskell-modules/hackage-packages.nix
··· 228958 228958 gflags, 228959 228959 ghc, 228960 228960 ghci, 228961 + glog, 228961 228962 hashable, 228962 228963 haskell-src-exts, 228963 228964 hspec, ··· 228967 228968 json, 228968 228969 lens, 228969 228970 libevent, 228970 - libglog, 228971 228971 lifted-base, 228972 228972 mangle, 228973 228973 monad-control, ··· 229055 229055 double-conversion 229056 229056 fmt 229057 229057 gflags 229058 + glog 229058 229059 libevent 229059 - libglog 229060 229060 ]; 229061 229061 testHaskellDepends = [ 229062 229062 aeson ··· 229098 229098 inherit (pkgs) double-conversion; 229099 229099 inherit (pkgs) fmt; 229100 229100 inherit (pkgs) gflags; 229101 + inherit (pkgs) glog; 229101 229102 inherit (pkgs) libevent; 229102 - libglog = null; 229103 229103 }; 229104 229104 229105 229105 "fbmessenger-api" = callPackage ( ··· 424503 424503 base, 424504 424504 bytestring, 424505 424505 derive-storable, 424506 - llama, 424506 + llama-cpp, 424507 424507 tasty, 424508 424508 tasty-hunit, 424509 424509 }: ··· 424516 424516 bytestring 424517 424517 derive-storable 424518 424518 ]; 424519 - librarySystemDepends = [ llama ]; 424519 + librarySystemDepends = [ llama-cpp ]; 424520 424520 testHaskellDepends = [ 424521 424521 base 424522 424522 bytestring ··· 424529 424529 hydraPlatforms = lib.platforms.none; 424530 424530 broken = true; 424531 424531 } 424532 - ) { llama = null; }; 424532 + ) { inherit (pkgs) llama-cpp; }; 424533 424533 424534 424534 "llrbtree" = callPackage ( 424535 424535 { mkDerivation, base }: ··· 491279 491279 JuicyPixels, 491280 491280 lens, 491281 491281 linear, 491282 - opencv3, 491282 + opencv, 491283 491283 primitive, 491284 491284 QuickCheck, 491285 491285 repa, ··· 491319 491319 transformers 491320 491320 vector 491321 491321 ]; 491322 - libraryPkgconfigDepends = [ opencv3 ]; 491322 + libraryPkgconfigDepends = [ opencv ]; 491323 491323 testHaskellDepends = [ 491324 491324 base 491325 491325 bytestring ··· 491348 491348 criterion 491349 491349 repa 491350 491350 ]; 491351 - hardeningDisable = [ "bindnow" ]; 491352 491351 description = "Haskell binding to OpenCV-3.x"; 491353 491352 license = lib.licenses.bsd3; 491354 491353 hydraPlatforms = lib.platforms.none; 491355 491354 broken = true; 491356 491355 } 491357 - ) { inherit (pkgs) opencv3; }; 491356 + ) { inherit (pkgs) opencv; }; 491358 491357 491359 491358 "opencv-extra" = callPackage ( 491360 491359 { ··· 500315 500314 text 500316 500315 yaml 500317 500316 ]; 500318 - doCheck = false; 500319 500317 description = "Supports using pandoc with citeproc"; 500320 500318 license = lib.licenses.bsd3; 500321 500319 hydraPlatforms = lib.platforms.none; ··· 734456 734454 deepseq, 734457 734455 digest, 734458 734456 hashable, 734459 - libxxhash, 734460 734457 murmur-hash, 734461 734458 QuickCheck, 734462 734459 tasty, 734463 734460 tasty-bench, 734464 734461 tasty-quickcheck, 734465 734462 text, 734463 + xxHash, 734466 734464 }: 734467 734465 mkDerivation { 734468 734466 pname = "xxhash-ffi"; ··· 734476 734474 hashable 734477 734475 text 734478 734476 ]; 734479 - libraryPkgconfigDepends = [ libxxhash ]; 734477 + libraryPkgconfigDepends = [ xxHash ]; 734480 734478 testHaskellDepends = [ 734481 734479 base 734482 734480 bytestring ··· 734500 734498 hydraPlatforms = lib.platforms.none; 734501 734499 broken = true; 734502 734500 } 734503 - ) { libxxhash = null; }; 734501 + ) { inherit (pkgs) xxHash; }; 734504 734502 734505 734503 "xz" = callPackage ( 734506 734504 {