mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2025-09-20 21:04:44 -04:00
update arp to >= 2.3.0, where arp.mirage is a sublibrary
This commit is contained in:
parent
ba8dbc3f57
commit
65ff2a9203
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@ let main =
|
|||
package "cstruct";
|
||||
package "astring";
|
||||
package "tcpip" ~min:"3.7.0";
|
||||
package "arp";
|
||||
package "arp-mirage";
|
||||
package ~min:"2.3.0" ~sublibs:["mirage"] "arp";
|
||||
package "ethernet";
|
||||
package "mirage-protocols";
|
||||
package "shared-memory-ring" ~min:"3.0.0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue