Commit da253f9d authored by OPNA2608's avatar OPNA2608
Browse files

dbus-cpp.passthru.tests.pkg-config: Disable version check for current version

Will hopefully get fixed by the next release, so do the check once version gets changed again.
parent 94ef8b69
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -94,7 +94,9 @@ stdenv.mkDerivation (finalAttrs: {
  passthru = {
    tests.pkg-config = testers.hasPkgConfigModules {
      package = finalAttrs.finalPackage;
      versionCheck = true;
      # Not bumped for 5.0.5: https://gitlab.com/ubports/development/core/lib-cpp/dbus-cpp/-/issues/9
      # Try again on next bump.
      versionCheck = finalAttrs.version != "5.0.5";
    };
    updateScript = gitUpdater { };
  };