mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-21 15:33:56 +02:00
fix(gramine): add build system python packages
to let gramine find the correct python libdir path Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
07130f5c39
commit
fa4178ac6b
1 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
, patchelf
|
||||
, protobufc
|
||||
, which
|
||||
, python3Packages
|
||||
}:
|
||||
let
|
||||
python = pkgs.python3;
|
||||
|
@ -108,6 +109,12 @@ python.pkgs.buildPythonPackage {
|
|||
perl
|
||||
];
|
||||
|
||||
|
||||
build-system = with python3Packages; [
|
||||
setuptools
|
||||
distutils
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
protobufc.dev
|
||||
protobufc.lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue