harlequin: fix build on aarch64-linux
This commit is contained in:
@@ -79,8 +79,8 @@ python3Packages.buildPythonApplication rec {
|
||||
"test_connect_extensions"
|
||||
"test_connect_prql"
|
||||
]
|
||||
++ lib.optionals (stdenv.hostPlatform.system == "aarch64-darwin") [
|
||||
# Test incorrectly tries to load a dylib compiled for x86_64
|
||||
++ lib.optionals (!stdenv.hostPlatform.isx86_64) [
|
||||
# Test incorrectly tries to load a dylib/so compiled for x86_64
|
||||
"test_load_extension"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user