gnu: wireshark: Minor package improvements.
* gnu/packages/networking.scm (wireshark)[inputs]: Move QTTOOLS ... [native-inputs]: ... here. [home-page]: Remove duplicate.
This commit is contained in:
parent
453361b374
commit
db314bf44e
|
@ -510,12 +510,12 @@ which can be used to encrypt a password with @code{crypt(3)}.")
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("portaudio" ,portaudio)
|
("portaudio" ,portaudio)
|
||||||
("qtbase" ,qtbase)
|
("qtbase" ,qtbase)
|
||||||
("qttools" ,qttools)
|
|
||||||
("sbc" ,sbc)
|
("sbc" ,sbc)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs `(("perl" ,perl)
|
(native-inputs `(("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python-wrapper)))
|
("python" ,python-wrapper)
|
||||||
|
("qttools" ,qttools)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list (string-append "--with-c-ares=" (assoc-ref %build-inputs "c-ares"))
|
(list (string-append "--with-c-ares=" (assoc-ref %build-inputs "c-ares"))
|
||||||
|
@ -529,7 +529,6 @@ which can be used to encrypt a password with @code{crypt(3)}.")
|
||||||
(string-append "--with-sbc=" (assoc-ref %build-inputs "sbc"))
|
(string-append "--with-sbc=" (assoc-ref %build-inputs "sbc"))
|
||||||
(string-append "--with-ssl=" (assoc-ref %build-inputs "openssl"))
|
(string-append "--with-ssl=" (assoc-ref %build-inputs "openssl"))
|
||||||
(string-append "--with-zlib=" (assoc-ref %build-inputs "zlib")))))
|
(string-append "--with-zlib=" (assoc-ref %build-inputs "zlib")))))
|
||||||
(home-page "https://www.wireshark.org/")
|
|
||||||
(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