ocamlPackages.arp: ethernet is a buildInputs

This commit is contained in:
Et7f3 2022-10-22 22:30:50 +02:00 committed by Vincent Laporte
parent 06dd62f9b4
commit e175bd9f85

View file

@ -25,6 +25,7 @@ buildDunePackage rec {
propagatedBuildInputs = [
cstruct
duration
ethernet
ipaddr
logs
lwt
@ -37,7 +38,6 @@ buildDunePackage rec {
doCheck = true;
checkInputs = [
alcotest
ethernet
mirage-clock-unix
mirage-profile
mirage-random