We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b782a6b commit 6a8aed7Copy full SHA for 6a8aed7
1 file changed
pkgs/development/python-modules/viser/default.nix
@@ -1,6 +1,7 @@
1
{
2
lib,
3
4
+ stdenv,
5
buildPythonPackage,
6
fetchFromGitHub,
7
@@ -201,6 +202,9 @@ buildPythonPackage (finalAttrs: {
201
202
"test_server_port_is_freed"
203
];
204
205
+ # 96 failed, 577 passed, 14 warnings on aarch64-linux
206
+ doInstallCheck = stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64;
207
+
208
pythonImportsCheck = [
209
"viser"
210
0 commit comments