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:
parent
ad5d438949
commit
5f91e40f0a
@ -1,4 +1,5 @@
|
||||
{ buildPythonPackage
|
||||
{ autoPatchelfHook
|
||||
, buildPythonPackage
|
||||
, colorama
|
||||
, coverage
|
||||
, distro
|
||||
@ -39,6 +40,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoPatchelfHook
|
||||
setuptools
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user