Skip to content

Commit 80f3a84

Browse files
authored
add pcap -> libpcap to the system pkgs map (#1014)
1 parent 034a7c2 commit 80f3a84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/system-nixpkgs-map.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ with pkgs;
1313
"stdc++-6" = null;
1414
ssl = [ openssl ];
1515
z = [ zlib ];
16+
pcap = [ libpcap ];
1617
pthread = null; # available by default
1718
GL = [ libGL ];
1819
GLU = [ libGLU ];

0 commit comments

Comments
 (0)