mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
tritonclient: fix eval on unsupported systems
(cherry picked from commit 8d06d746e2)
This commit is contained in:
committed by
github-actions[bot]
parent
09c6bdfcc6
commit
dbac8e51ca
@@ -69,6 +69,9 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/triton-inference-server/client";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ happysalada ];
|
||||
platforms = lib.platforms.linux;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"aarch64-linux"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user