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.
parent
ad5e4fe54a
commit
95a1a819df
|
@ -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
|
||||
|
|
Reference in New Issue