~ruther/guix-local

4c536fe5893d34e0442f2a7f6c57c46b9fd8afc3 — Simon Tournier 1 year, 1 month ago 01dd276
gnu: rclone: Fix subdir for tests.

Fixes <https://issues.guix.gnu.org/75977>.

* gnu/packages/sync.scm (rclone)[argument]: Add #:test-subdirs.

Change-Id: Id94a8c9ce1d3caed013f0bfcaf2ce3f2e8739607
Reported by <Konrad Hinsen <konrad.hinsen@fastmail.net>

Change-Id: I4661d48f12497279f4fe5abeb0d1dda7490e721b
1 files changed, 4 insertions(+), 2 deletions(-)

M gnu/packages/sync.scm
M gnu/packages/sync.scm => gnu/packages/sync.scm +4 -2
@@ 577,8 577,10 @@ over the Internet in an HTTP and CDN friendly way;
    ;; un-bundle them.
    (build-system go-build-system)
    (arguments
     '(#:import-path "github.com/rclone/rclone"
       #:install-source? #f))
     (list
      #:import-path "github.com/rclone/rclone"
      #:install-source? #f
      #:test-subdirs #~(list ".")))
    (synopsis "@code{rsync} for cloud storage")
    (description "@code{Rclone} is a command line program to sync files and
directories to and from different cloud storage providers.