mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: wireshark: End phase with #t.
* gnu/packages/networking.scm (wireshark)[arguments]: End 'patch-source' phase with #t.
This commit is contained in:
@@ -603,7 +603,8 @@ of the same name.")
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user