1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: dbxfs: Fix package.

A typo prevented the program from running successfully.

* gnu/packages/file-systems.scm (dbxfs)[snippet]: Adjust snippet to
substitute valid python.
This commit is contained in:
Efraim Flashner
2023-08-20 15:31:25 +03:00
parent ad5e4fe54a
commit 95a1a819df

View File

@@ -1730,7 +1730,7 @@ Dropbox API v2.")
#~(begin (use-modules (guix build utils))
;; Don't check for package updates.
(substitute* "dbxfs/main.py"
(("if version") "if false"))))))
(("if version") "if False"))))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; tests requires safefs