Commit 5f91e40f authored by Thomas Heijligen's avatar Thomas Heijligen Committed by Martin Weinelt
Browse files

python3Packages.e3-core: Add autoPatchelfHook

e3-core ships with rlimit binaries in src/e3/os/data.
Use autoPatchelfHook to make them usable.
parent ad5d4389
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
{ buildPythonPackage
{ autoPatchelfHook
, buildPythonPackage
, colorama
, coverage
, distro
@@ -39,6 +40,7 @@ buildPythonPackage rec {
  ];

  nativeBuildInputs = [
    autoPatchelfHook
    setuptools
  ];