python310Packages.r2pipe: disable on older Python releases

This commit is contained in:
Fabian Affolter 2022-12-15 14:56:43 +01:00 committed by GitHub
parent 897891c73d
commit fa16b0da31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";