python3Packages.apsw: fix build on Darwin

This commit is contained in:
Sebastián Mancilla
2024-08-17 16:58:51 -04:00
parent f1ab5c244a
commit 69aab1eff8
@@ -1,4 +1,5 @@
{
stdenv,
lib,
buildPythonPackage,
fetchFromGitHub,
@@ -38,7 +39,7 @@ buildPythonPackage rec {
"testVFSWithWAL"
# no lines in errout.txt
"testWriteUnraisable"
];
] ++ lib.optionals stdenv.isDarwin [ "testzzForkChecker" ];
pythonImportsCheck = [ "apsw" ];