20 stdenv.mkDerivation rec {
24 src = fetchFromGitHub {
28 hash = "sha256-lMn60vtOMPs1Tr+SnAOUZDrNIO7gEXdHpizjXiEkkoM=";
31 enableParallelBuilding = true;
53 description = "Watches network traffic, and picks out and displays JPEG and GIF images for display";
54 homepage = "https://github.com/deiv/driftnet";
55 changelog = "https://github.com/deiv/driftnet/releases/tag/v${version}";
56 license = licenses.gpl2Plus;
57 maintainers = with maintainers; [ offline ];
58 platforms = platforms.linux ++ platforms.darwin;
59 mainProgram = "driftnet";