From: Simon Streit <[email protected]>

Otherwise it fails to run in timers.

* gnu/packages/backup.scm (rdiff-backup): [inputs]: Add python-psutil.

Change-Id: I3e96e6911c4953ea6c78511dc1278e89b2cdf2e0
---
 gnu/packages/backup.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index b4aca86774..50c594aeb0 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -26,6 +26,7 @@
 ;;; Copyright © 2023 Timo Wilken <[email protected]>
 ;;; Copyright © 2024 Nicolas Graves <[email protected]>
 ;;; Copyright © 2024 jgart <[email protected]>
+;;; Copyright © 2025 Simon Streit <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -535,7 +536,7 @@ (define-public rdiff-backup
     (native-inputs
      (list python-setuptools-scm))
     (inputs
-     (list python python-pyaml librsync))
+     (list python python-psutil python-pyaml librsync))
     (arguments
      `(#:tests? #f))                    ; Tests require root/sudo
     (home-page "https://rdiff-backup.net/";)

base-commit: 199fd26ab268d4f26cebcb39e844fe4ff9bea9bc
-- 
2.49.0




Reply via email to