p4c: correct native/buildInputs mistake

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2022-10-09 01:06:06 +02:00 committed by Winter
parent 4dc548743d
commit 990828dcfd

View file

@ -65,7 +65,6 @@ stdenv.mkDerivation rec {
bison
flex
cmake
python3
]
++ lib.optional enableDocumentation [ doxygen graphviz ]
++ lib.optional enableBPF [ libllvm libbpf ];
@ -76,6 +75,7 @@ stdenv.mkDerivation rec {
boehmgc
gmp
flex
python3
];
meta = with lib; {