mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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:
parent
ad5e4fe54a
commit
95a1a819df
1 changed files with 1 additions and 1 deletions
|
@ -1730,7 +1730,7 @@ (define-public dbxfs
|
|||
#~(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
|
||||
|
|
Loading…
Reference in a new issue