Skip to content

Commit

Permalink
Merge pull request #295431 from trofi/pypy27Packages.pulsar-client-fi…
Browse files Browse the repository at this point in the history
…x-eval

pypy27Packages.pulsar-client: use `throw` to report unsupported confi…
  • Loading branch information
marsam authored Mar 14, 2024
2 parents 961dbce + 9582e13 commit 8ed5737
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/pulsar-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ in buildPythonPackage {

format = "wheel";

src = Srcs."${pythonVersion}-${stdenv.hostPlatform.system}";
src = Srcs."${pythonVersion}-${stdenv.hostPlatform.system}"
or (throw "Unsupported '${pythonVersion}-${stdenv.hostPlatform.system}' target");

meta = with lib; {
description = "Client for pulsar";
Expand Down

0 comments on commit 8ed5737

Please sign in to comment.