summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos
diff options
context:
space:
mode:
authorMatt Sturgeon <matt@sturgeon.me.uk>2025-04-30 17:52:12 +0100
committerMatt Sturgeon <matt@sturgeon.me.uk>2025-04-30 23:44:42 +0100
commit9de82e992cd9b5b09941f8e46c75adc3b024e3b8 (patch)
tree5d9b7acbdb261df3958f30cb8c85bbe1c59dc144 /pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos
parenta8ada7ce4a26f364dfc63a119ad6160f01b86988 (diff)
frigate: fix platform-based condition
The current condition `stdenv.hostPlatform == "x86_64-linux"` will never be true, because `stdenv.hostPlatform` is not a string. The intent is to use `rocmPackages.clr` only where clang-rocm can run, which is only on x86_64-linux. We can't use `lib.meta.availableOn` for `rocmPackages.clr` because it only checks `meta.platform` for the package, but not for its transitive dependencies that are unavailable.
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos')
0 files changed, 0 insertions, 0 deletions