diff options
author | Franz Geffke <franz@pantherx.org> | 2024-03-30 19:42:01 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-03-30 19:42:01 +0000 |
commit | a8952e7d9ca7379c7336fed1ef1f8751cfa188ab (patch) | |
tree | 582ed56d443eb4bcb71ab4f34efa50ec33f06d02 /px/packages/networking.scm | |
parent | 722f5febb01effe9cb624c6317becafd80d3fb78 (diff) |
px: px-network-inspection: Fixed unbound valiable
Diffstat (limited to 'px/packages/networking.scm')
-rw-r--r-- | px/packages/networking.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/px/packages/networking.scm b/px/packages/networking.scm index 403669b..24ba6cb 100644 --- a/px/packages/networking.scm +++ b/px/packages/networking.scm @@ -10,6 +10,12 @@ #:use-module (gnu packages shells) #:use-module (gnu packages tls) #:use-module (gnu packages base) + #:use-module (gnu packages glib) + #:use-module (gnu packages curl) + #:use-module (gnu packages linux) + #:use-module (gnu packages networking) + #:use-module (gnu packages web) + #:use-module (gnu packages pkg-config) #:use-module (gnu packages compression) #:use-module (gnu packages xml)) |