summaryrefslogtreecommitdiff
path: root/px/packages/networking.scm
diff options
context:
space:
mode:
authorFranz Geffke <m@f-a.nz>2025-01-17 15:19:14 +0000
committerFranz Geffke <m@f-a.nz>2025-01-17 15:19:14 +0000
commitbcd0287dbd1beaf78fac2c6ffe40a4c338acf34e (patch)
treedb18d4dbc6d387b831e73620f60225505d6937c8 /px/packages/networking.scm
parent01a91b589276a50c2ef0b1736fd586a897a366cf (diff)
px: Remove px-network-inspection
Diffstat (limited to 'px/packages/networking.scm')
-rw-r--r--px/packages/networking.scm28
1 files changed, 1 insertions, 27 deletions
diff --git a/px/packages/networking.scm b/px/packages/networking.scm
index 24ba6cb..b0581c9 100644
--- a/px/packages/networking.scm
+++ b/px/packages/networking.scm
@@ -167,30 +167,4 @@ compatibility with the original. It is a lightweight, broker-less library,
offering a simple API to solve common recurring messaging problems, such as
publish/subscribe, RPC-style request/reply, or service discovery.")
(home-page "https://nng.nanomsg.org/")
- (license license:expat)))
-
-(define-public px-network-inspection
- (package
- (name "px-network-inspection")
- (version "0.0.15")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
- "https://source.pantherx.org/px-network-inspection_" version
- ".tgz"))
- (sha256
- (base32 "0fzcy9f61qz0zi8chb6y86qfsjyn510fkxkxcw66rgxji76b1qx1"))))
- (build-system cmake-build-system)
- (arguments
- `(#:tests? #f))
- (inputs `(("glib" ,glib)
- ("curl" ,curl)
- ("fping" ,fping)
- ("json-c" ,json-c)
- ("libnl" ,libnl)))
- (native-inputs `(("pkg-config" ,pkg-config)))
- (home-page "https://www.pantherx.org/")
- (synopsis "PantherX Netwrok Inspection")
- (description "This package provides network inspection utility tool")
- (license license:expat)))
+ (license license:expat))) \ No newline at end of file