p4c: correct native/buildInputs mistake
This commit is contained in:
committed by
Winter
parent
4dc548743d
commit
990828dcfd
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user