Merge pull request #335462 from smancill/apsw-fix-build-darwin
python3Packages.apsw: fix build on Darwin
This commit is contained in:
commit
bda6ce0df9
@ -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" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user