guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: apfs-fuse: Update to 0.0.0-1.7b89418.


From: guix-commits
Subject: branch master updated: gnu: apfs-fuse: Update to 0.0.0-1.7b89418.
Date: Wed, 27 May 2020 23:04:15 -0400

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 023eea6  gnu: apfs-fuse: Update to 0.0.0-1.7b89418.
023eea6 is described below

commit 023eea68f53a6d2979f558fc7590f43aee3aff43
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed May 27 22:21:35 2020 -0400

    gnu: apfs-fuse: Update to 0.0.0-1.7b89418.
    
    * gnu/packages/file-systems.scm (apfs-fuse): Update to 0.0.0-1.7b89418.
    [arguments]: Install the README. Select FUSE 2 in #:configure-flags.
---
 gnu/packages/file-systems.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index df6febb..03ad144 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -491,8 +491,9 @@ network.  LIBNFS offers three different APIs, for different 
use :
                    ))))
 
 (define-public apfs-fuse
-  (let ((commit "c7036a3030d128bcecefc1eabc47c039ccfdcec9")
-        (revision "0"))
+  ;; Later versions require FUSE 3.
+  (let ((commit "7b89418e8dc27103d3c4f8fa348086ffcd634c17")
+        (revision "1"))
     (package
       (name "apfs-fuse")
       (version (git-version "0.0.0" revision commit))
@@ -504,11 +505,13 @@ network.  LIBNFS offers three different APIs, for 
different use :
                        (commit commit)))
          (sha256
           (base32
-           "1akd4cx1f9cyq6sfk9ybv4chhjwjlnqi8ic4z5ajnd5x0g76nz3r"))
+           "0x2siy3cmnm9wsdfazg3xc8r3kbg73gijmnn1vjw33pp71ckylxr"))
          (file-name (git-file-name name version))))
       (build-system cmake-build-system)
       (arguments
        `(#:tests? #f ; No test suite
+         #:configure-flags
+         '("-DUSE_FUSE3=OFF") ; FUSE 3 is not packaged yet.
          #:phases
          (modify-phases %standard-phases
            ;; No 'install' target in CMakeLists.txt
@@ -523,6 +526,7 @@ network.  LIBNFS offers three different APIs, for different 
use :
                  (install-file "apfs-dump-quick" bin)
                  (install-file "apfs-fuse" bin)
                  (install-file "libapfs.a" lib)
+                 (install-file "../source/README.md" doc)
                  #t))))))
       (inputs
        `(("bzip2" ,bzip2)



reply via email to

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