chore: remove already upstreamed protobufc

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-12-09 16:18:41 +01:00
parent 9ce71b0d10
commit 07130f5c39
Signed by: harald
GPG key ID: F519A1143B3FBE32
2 changed files with 4 additions and 41 deletions

View file

@ -15,6 +15,7 @@
, gawk
, bison
, patchelf
, protobufc
, which
}:
let
@ -96,7 +97,7 @@ python.pkgs.buildPythonPackage {
cmake
pkg-config
nixsgx.sgx-sdk
nixsgx.protobufc
protobufc
nixsgx.sgx-dcap.dev
nixsgx.sgx-dcap.quote_verify
autoconf
@ -108,8 +109,8 @@ python.pkgs.buildPythonPackage {
];
buildInputs = [
nixsgx.protobufc.dev
nixsgx.protobufc.lib
protobufc.dev
protobufc.lib
bash
];