libpqxx: use lib.meta.availableOn to only run tests when supported

This commit is contained in:
Sandro Jäckel
2026-03-01 03:13:10 +01:00
parent 60f99b4448
commit f1d081c570
+1 -1
View File
@@ -58,7 +58,7 @@ gcc14Stdenv.mkDerivation (finalAttrs: {
"--enable-shared"
];
doCheck = true;
doCheck = lib.meta.availableOn stdenv.hostPlatform postgresqlTestHook;
enableParallelBuilding = true;