mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-21 07:33:55 +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
|
, patchelf
|
||||||
, protobufc
|
, protobufc
|
||||||
, which
|
, which
|
||||||
|
, python3Packages
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
python = pkgs.python3;
|
python = pkgs.python3;
|
||||||
|
@ -108,6 +109,12 @@ python.pkgs.buildPythonPackage {
|
||||||
perl
|
perl
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
build-system = with python3Packages; [
|
||||||
|
setuptools
|
||||||
|
distutils
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
protobufc.dev
|
protobufc.dev
|
||||||
protobufc.lib
|
protobufc.lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue