gnu: wireshark: End phase with #t.
* gnu/packages/networking.scm (wireshark)[arguments]: End 'patch-source' phase with #t.
This commit is contained in:
parent
3fe0d36027
commit
cfcd9a4551
|
@ -603,7 +603,8 @@ of the same name.")
|
||||||
#include <QStyleOption>"))
|
#include <QStyleOption>"))
|
||||||
(substitute* "ui/qt/wireless_frame.cpp"
|
(substitute* "ui/qt/wireless_frame.cpp"
|
||||||
(("#include <QProcess>") "#include <QProcess>
|
(("#include <QProcess>") "#include <QProcess>
|
||||||
#include <QAbstractItemView>")))))))
|
#include <QAbstractItemView>"))
|
||||||
|
#t)))))
|
||||||
(synopsis "Network traffic analyzer")
|
(synopsis "Network traffic analyzer")
|
||||||
(description "Wireshark is a network protocol analyzer, or @dfn{packet
|
(description "Wireshark is a network protocol analyzer, or @dfn{packet
|
||||||
sniffer}, that lets you capture and interactively browse the contents of
|
sniffer}, that lets you capture and interactively browse the contents of
|
||||||
|
|
Loading…
Reference in New Issue