driftnet: fix build (#468764)

This commit is contained in:
Aleksana
2025-12-08 03:49:40 +00:00
committed by GitHub
+2
View File
@@ -49,6 +49,8 @@ stdenv.mkDerivation rec {
openssl
];
env.NIX_CFLAGS_COMPILE = "-Wno-error=int-conversion";
meta = {
description = "Watches network traffic, and picks out and displays JPEG and GIF images for display";
homepage = "https://github.com/deiv/driftnet";