From 34781d289d67765a0c18bcebe62f8250644b7332 Mon Sep 17 00:00:00 2001 From: mstenek Date: Wed, 1 Oct 2025 15:07:42 -0600 Subject: [PATCH] gnu: duplicity: Fix tests by switching to pyproejct. * gnu/packages/backup.scm (duplicity): [build-system]: Switch to pyproejct-build-system. [arguments]: Remove . Fixes: guix/guix#3125 Change-Id: If13a5d6e4f5d111bb2a1a14a7e9b1f85c8b5560b Reviewed-by: Cayetano Santos Signed-off-by: Sharlatan Hellseher --- gnu/packages/backup.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index acee71c2e1fd932946e39ea07aa8396516bddd34..4e59f3dd4809332bbfa9ad49416c6d848730bfc5 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -27,6 +27,7 @@ ;;; Copyright © 2024 Nicolas Graves ;;; Copyright © 2024 jgart ;;; Copyright © 2025 Kjartan Oli Agustsson +;;; Copyright © 2025 mstenek ;;; ;;; This file is part of GNU Guix. ;;; @@ -123,7 +124,7 @@ (file-name (git-file-name name version)) (sha256 (base32 "14x5brpq1l400i9l2hnyqmbn19cc1hnbmj5fn8cs8zzwzbgrfxng")))) - (build-system python-build-system) + (build-system pyproject-build-system) (native-inputs (list gettext-minimal ; for msgfmt gobject-introspection @@ -148,8 +149,7 @@ gnupg ; gpg executable needed util-linux)) ; for setsid (arguments - (list #:test-target "test" - #:phases + (list #:phases #~(modify-phases %standard-phases (add-before 'build 'use-store-file-names (lambda* (#:key inputs #:allow-other-keys)