Unverified Commit f5597dad authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #234569 from natsukium/pylyzer/update

pylyzer: 0.0.27 -> 0.0.28
parents 3aed07b9 83127f00
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -6,20 +6,21 @@
, python3
, makeWrapper
, darwin
, which
}:

rustPlatform.buildRustPackage rec {
  pname = "pylyzer";
  version = "0.0.27";
  version = "0.0.28";

  src = fetchFromGitHub {
    owner = "mtshiba";
    repo = "pylyzer";
    rev = "v${version}";
    hash = "sha256-RtfRYycHSDaOE71tTtChdMJKyRyTqracHw4p94heFwU=";
    hash = "sha256-+i35dkYtvGrjN3KWtCfr6W4TkNmV0T8CF+WcaodPbX4=";
  };

  cargoHash = "sha256-Ggvcg96j9LlhDy0BMJzNDXE1Qtf04svt2ezXmkq3aUA=";
  cargoHash = "sha256-y/CZDh7TURi6VBko+/3U2HQ41asn1IWJF/1WPD0DyT4=";

  nativeBuildInputs = [
    git
@@ -42,6 +43,10 @@ rustPlatform.buildRustPackage rec {
    cp -r $HOME/.erg/ $out/lib/erg
  '';

  nativeCheckInputs = [
    which
  ];

  checkFlags = [
    # this test causes stack overflow
    # > thread 'exec_import' has overflowed its stack