mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-22 07:44:47 +02:00
chore: remove already upstreamed protobufc
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
9ce71b0d10
commit
07130f5c39
2 changed files with 4 additions and 41 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue