diff options
Diffstat (limited to 'px')
-rw-r--r-- | px/packages/device.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm index d990f93..f57c8e6 100644 --- a/px/packages/device.scm +++ b/px/packages/device.scm @@ -480,7 +480,8 @@ configuration file from commandline args and upload results to the server") ("python-requests" ,python-requests) ("python-bleak" ,python-bleak) ("python-dbus" ,python-dbus) - ("px-python-shared" ,px-python-shared))) + ("px-python-shared" ,px-python-shared) + ("python-sentry-sdk" ,python-sentry-sdk))) (home-page "https://www.pantherx.org/") (synopsis "Collect and submit detailed system info") (description |