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:
Harald Hoyer 2024-12-10 09:42:41 +01:00
parent 07130f5c39
commit fa4178ac6b
Signed by: harald
GPG key ID: F519A1143B3FBE32

View file

@ -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