Unverified Commit 8ed57378 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #295431 from trofi/pypy27Packages.pulsar-client-fix-eval

pypy27Packages.pulsar-client: use `throw` to report unsupported confi…
parents 961dbce1 9582e133
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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";