Merge pull request #295431 from trofi/pypy27Packages.pulsar-client-fix-eval
pypy27Packages.pulsar-client: use `throw` to report unsupported confi…
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user