mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
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 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
{ buildPythonPackage
|
||||
{ autoPatchelfHook
|
||||
, buildPythonPackage
|
||||
, colorama
|
||||
, coverage
|
||||
, distro
|
||||
|
@ -39,6 +40,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoPatchelfHook
|
||||
setuptools
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue