Unverified Commit a883ba02 authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

dnf5: 5.2.16.0 -> 5.2.17.0 (#439721)

parents 194fc7cb 238aa350
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -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";