Commit 0a8c0d45 authored by Paul Meyer's avatar Paul Meyer Committed by github-actions[bot]
Browse files

dnf5: add version test

(cherry picked from commit 6dc8cbd7)
parent a81c7b97
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
, sphinx
, sqlite
, systemd
, testers
, toml11
, zchunk
}:
@@ -104,6 +105,10 @@ stdenv.mkDerivation (finalAttrs: {

  dontFixCmake = true;

  passthru.tests = {
    version = testers.testVersion { package = finalAttrs.finalPackage; };
  };

  meta = with lib; {
    description = "Next-generation RPM package management system";
    homepage = "https://github.com/rpm-software-management/dnf5";