diff options
author | Clément Lassieur <clement@lassieur.org> | 2018-05-29 19:43:28 +0200 |
---|---|---|
committer | Clément Lassieur <clement@lassieur.org> | 2018-05-30 11:02:52 +0200 |
commit | cfcd9a45517dadeca9f47e80dc9b1df0b7ef59d0 (patch) | |
tree | 8a763b27d0014a010a13bda90ac1d7631f38f4df /gnu/packages/networking.scm | |
parent | 3fe0d360277c2593638c4957346d00e951899644 (diff) | |
download | patches-cfcd9a45517dadeca9f47e80dc9b1df0b7ef59d0.tar patches-cfcd9a45517dadeca9f47e80dc9b1df0b7ef59d0.tar.gz |
gnu: wireshark: End phase with #t.
* gnu/packages/networking.scm (wireshark)[arguments]: End 'patch-source' phase
with #t.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ 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 |