dnf5: 5.2.16.0 -> 5.2.17.0 (#439721)

This commit is contained in:
Paul Meyer
2025-09-03 16:38:25 +02:00
committed by GitHub
+8 -5
View File
@@ -25,7 +25,7 @@
sphinx,
sqlite,
systemd,
testers,
versionCheckHook,
toml11,
zchunk,
nix-update-script,
@@ -115,10 +115,13 @@ stdenv.mkDerivation (finalAttrs: {
dontFixCmake = true;
passthru = {
tests.version = testers.testVersion { package = finalAttrs.finalPackage; };
updateScript = nix-update-script { };
};
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;
preVersionCheck = ''
export HOME=$(mktemp -d)
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Next-generation RPM package management system";