libpqxx: use lib.meta.availableOn to only run tests when supported
This commit is contained in:
@@ -58,7 +58,7 @@ gcc14Stdenv.mkDerivation (finalAttrs: {
|
||||
"--enable-shared"
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
doCheck = lib.meta.availableOn stdenv.hostPlatform postgresqlTestHook;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user