python3Packages.e3-core: Add autoPatchelfHook

e3-core ships with rlimit binaries in src/e3/os/data.
Use autoPatchelfHook to make them usable.
This commit is contained in:
Thomas Heijligen 2024-02-12 21:28:00 +00:00 committed by Martin Weinelt
parent ad5d438949
commit 5f91e40f0a

View File

@ -1,4 +1,5 @@
{ buildPythonPackage
{ autoPatchelfHook
, buildPythonPackage
, colorama
, coverage
, distro
@ -39,6 +40,7 @@ buildPythonPackage rec {
];
nativeBuildInputs = [
autoPatchelfHook
setuptools
];