From cfcd9a45517dadeca9f47e80dc9b1df0b7ef59d0 Mon Sep 17 00:00:00 2001 From: Clément Lassieur Date: Tue, 29 May 2018 19:43:28 +0200 Subject: gnu: wireshark: End phase with #t. * gnu/packages/networking.scm (wireshark)[arguments]: End 'patch-source' phase with #t. --- gnu/packages/networking.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index b9ffbf6e81..d4cfffcc3f 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -603,7 +603,8 @@ (define-public wireshark #include ")) (substitute* "ui/qt/wireless_frame.cpp" (("#include ") "#include -#include "))))))) +#include ")) + #t))))) (synopsis "Network traffic analyzer") (description "Wireshark is a network protocol analyzer, or @dfn{packet sniffer}, that lets you capture and interactively browse the contents of -- cgit v1.2.3