Skip to content

Commit

Permalink
chore: remove already upstreamed protobufc
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
  • Loading branch information
haraldh committed Dec 9, 2024
1 parent 9ce71b0 commit 07130f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 41 deletions.
7 changes: 4 additions & 3 deletions packages/gramine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
, gawk
, bison
, patchelf
, protobufc
, which
}:
let
Expand Down Expand Up @@ -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
Expand All @@ -108,8 +109,8 @@ python.pkgs.buildPythonPackage {
];

buildInputs = [
nixsgx.protobufc.dev
nixsgx.protobufc.lib
protobufc.dev
protobufc.lib
bash
];

Expand Down
38 changes: 0 additions & 38 deletions packages/protobufc/default.nix

This file was deleted.

0 comments on commit 07130f5

Please sign in to comment.