Unverified Commit fa16b0da authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.r2pipe: disable on older Python releases

parent 897891c7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5,11 +5,15 @@
, fetchPypi
, radare2
, coreutils
, pythonOlder
}:

buildPythonPackage rec {
  pname = "r2pipe";
  version = "1.7.4";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  postPatch = let
    r2lib = "${lib.getOutput "lib" radare2}/lib";