python3Packages.apsw: fix build on Darwin

This commit is contained in:
Sebastián Mancilla 2024-08-16 01:35:37 -04:00
parent f1ab5c244a
commit 69aab1eff8

View File

@ -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" ];