guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: dbxfs: Fix package.


From: guix-commits
Subject: branch master updated: gnu: dbxfs: Fix package.
Date: Sun, 20 Aug 2023 08:33:36 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 95a1a819df gnu: dbxfs: Fix package.
95a1a819df is described below

commit 95a1a819dffa833bdd7a47f272da7ee4ff3260c8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Aug 20 15:31:25 2023 +0300

    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.
---
 gnu/packages/file-systems.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 82b52fe2e9..a500fdb708 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]