me
/
guix
Archived
1
0
Fork 0

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.
Efraim Flashner 2023-08-20 15:31:25 +03:00
parent ad5e4fe54a
commit 95a1a819df
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

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