gnu: wireshark: End phase with #t.

* gnu/packages/networking.scm (wireshark)[arguments]: End 'patch-source' phase
with #t.
This commit is contained in:
Clément Lassieur 2018-05-29 19:43:28 +02:00
parent 3fe0d36027
commit cfcd9a4551
No known key found for this signature in database
GPG key ID: 89F96D4808F359C7

View file

@ -603,7 +603,8 @@ (define-public wireshark
#include <QStyleOption>"))
(substitute* "ui/qt/wireless_frame.cpp"
(("#include <QProcess>") "#include <QProcess>
#include <QAbstractItemView>")))))))
#include <QAbstractItemView>"))
#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