guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: wireshark: End phase with #t.


From: Clément Lassieur
Subject: 01/02: gnu: wireshark: End phase with #t.
Date: Wed, 30 May 2018 05:03:35 -0400 (EDT)

snape pushed a commit to branch master
in repository guix.

commit cfcd9a45517dadeca9f47e80dc9b1df0b7ef59d0
Author: Clément Lassieur <address@hidden>
Date:   Tue May 29 19:43:28 2018 +0200

    gnu: wireshark: End phase with #t.
    
    * gnu/packages/networking.scm (wireshark)[arguments]: End 'patch-source' 
phase
    with #t.
---
 gnu/packages/networking.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index b9ffbf6..d4cfffc 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]