From b3b2b4be446b96a676cca464ec4a3f7a91d86d79 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Wed, 3 Jan 2024 19:00:50 -0500 Subject: [PATCH] fix(wireshark) needs perl to build the authors list closes #4712 --- projects/wireshark.org/package.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/wireshark.org/package.yml b/projects/wireshark.org/package.yml index 255cb44d..8474a24a 100644 --- a/projects/wireshark.org/package.yml +++ b/projects/wireshark.org/package.yml @@ -27,6 +27,7 @@ build: gnu.org/bison: '*' github.com/westes/flex: '*' python.org: ^3.11 + perl.org: 5 script: - cmake -S . -B build $CMAKE_ARGS - cmake --build build @@ -79,4 +80,4 @@ test: - c++ -std=c++11 -o test test.cpp - ./test | grep {{version}} - randpkt -b 100 -c 2 capture.pcap - - capinfos -Tmc capture.pcap | grep 'capture.pcap,2' \ No newline at end of file + - capinfos -Tmc capture.pcap | grep 'capture.pcap,2'