We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034a7c2 commit 80f3a84Copy full SHA for 80f3a84
lib/system-nixpkgs-map.nix
@@ -13,6 +13,7 @@ with pkgs;
13
"stdc++-6" = null;
14
ssl = [ openssl ];
15
z = [ zlib ];
16
+ pcap = [ libpcap ];
17
pthread = null; # available by default
18
GL = [ libGL ];
19
GLU = [ libGLU ];
0 commit comments