p4c: fix strict deps

add python3 and protobuf to nativeBuildInputs
This commit is contained in:
Reno Dakota 2024-06-19 09:39:52 +00:00
parent 4337744556
commit bd43a32e50
No known key found for this signature in database

View File

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