p4c: correct native/buildInputs mistake
This commit is contained in:
parent
4dc548743d
commit
990828dcfd
1 changed files with 1 additions and 1 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue