dnf5: add version test
This commit is contained in:
parent
8c803cf496
commit
6dc8cbd7a3
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user