summary refs log tree commit diff
diff options
context:
space:
mode:
authorClément Lassieur <clement@lassieur.org>2018-05-29 19:43:28 +0200
committerClément Lassieur <clement@lassieur.org>2018-05-30 11:02:52 +0200
commitcfcd9a45517dadeca9f47e80dc9b1df0b7ef59d0 (patch)
tree8a763b27d0014a010a13bda90ac1d7631f38f4df
parent3fe0d360277c2593638c4957346d00e951899644 (diff)
downloadguix-cfcd9a45517dadeca9f47e80dc9b1df0b7ef59d0.tar.gz
gnu: wireshark: End phase with #t.
* gnu/packages/networking.scm (wireshark)[arguments]: End 'patch-source' phase
with #t.
-rw-r--r--gnu/packages/networking.scm3
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