p4c: fix strict deps
add python3 and protobuf to nativeBuildInputs
This commit is contained in:
parent
4337744556
commit
bd43a32e50
@ -76,6 +76,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
bison
|
||||
flex
|
||||
cmake
|
||||
protobuf
|
||||
python3
|
||||
]
|
||||
++ lib.optionals enableDocumentation [ doxygen graphviz ]
|
||||
++ lib.optionals enableBPF [ libllvm libbpf ];
|
||||
@ -86,7 +88,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
boehmgc
|
||||
gmp
|
||||
flex
|
||||
python3
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user