me
/
guix
Archived
1
0
Fork 0

gnu: fuse@3: Bind to default FUSE variable.

* gnu/packages/linux.scm (fuse): Rename this…
(fuse-2): …to this, and…
(fuse-3): …rename this…
(fuse): …to this!
(fuse-static): Rename this…
(fuse-2-static): …to this.
Adjust all users.
master
Tobias Geerinckx-Rice 2023-07-23 02:00:00 +02:00
parent a879385de1
commit 789f7e9a3d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
19 changed files with 56 additions and 58 deletions

View File

@ -2980,7 +2980,7 @@ modules and plugins that extend Ansible.")
(inputs (inputs
(list ansible (list ansible
encfs encfs
fuse fuse-2
util-linux ;; for umount util-linux ;; for umount
findutils findutils
gnupg gnupg

View File

@ -1291,7 +1291,7 @@ Java bytecode, which simplifies the analysis of Android applications.")
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list #:tests? #f)) ;there are no tests (list #:tests? #f)) ;there are no tests
(inputs (list qtbase-5 fuse-3 libxkbcommon)) (inputs (list qtbase-5 fuse libxkbcommon))
(native-inputs (list qttools-5 openssl readline)) (native-inputs (list qttools-5 openssl readline))
(home-page "https://whoozle.github.io/android-file-transfer-linux/") (home-page "https://whoozle.github.io/android-file-transfer-linux/")
(synopsis "MTP client for Android devices") (synopsis "MTP client for Android devices")

View File

@ -780,7 +780,7 @@ backups on untrusted computers.")
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs
(list fuse-3 libxml2 ntfs-3g openssl)) (list fuse libxml2 ntfs-3g openssl))
(arguments (arguments
`(#:configure-flags `(#:configure-flags
(list "--disable-static" (list "--disable-static"

View File

@ -8713,7 +8713,7 @@ unique transcripts.")
(list ngs-sdk (list ngs-sdk
ncbi-vdb ncbi-vdb
file file
fuse fuse-2
hdf5-1.10 hdf5-1.10
libxml2 libxml2
zlib zlib

View File

@ -215,8 +215,8 @@
;; file system will be readable by GRUB without rebooting. ;; file system will be readable by GRUB without rebooting.
,@(if (member (or (%current-target-system) ,@(if (member (or (%current-target-system)
(%current-system)) (%current-system))
(package-supported-systems fuse)) (package-supported-systems fuse-2))
`(("fuse" ,fuse)) `(("fuse" ,fuse-2))
'()) '())
("freetype" ,freetype) ("freetype" ,freetype)

View File

@ -605,7 +605,7 @@ software.")
(display "au BufNewFile,BufRead Tupfile,*.tup setf tup"))) (display "au BufNewFile,BufRead Tupfile,*.tup setf tup")))
#t)))))) #t))))))
(inputs (inputs
(list fuse-3 pcre (list fuse pcre
`(,pcre "bin") ; pcre-config `(,pcre "bin") ; pcre-config
sqlite)) sqlite))
(native-inputs (native-inputs

View File

@ -333,7 +333,7 @@ OpenBSD tool of the same name.")
("googletest-source" ,(package-source googletest)) ("googletest-source" ,(package-source googletest))
("perl" ,perl))) ("perl" ,perl)))
(inputs (inputs
(list attr fuse openssl-1.1 tinyxml2)) (list attr fuse-2 openssl-1.1 tinyxml2))
(arguments (arguments
`(#:configure-flags (list "-DUSE_INTERNAL_TINYXML=OFF") `(#:configure-flags (list "-DUSE_INTERNAL_TINYXML=OFF")
#:phases #:phases
@ -1532,7 +1532,7 @@ non-encrypted files.")
(native-inputs (native-inputs
(list pkg-config python-wrapper)) (list pkg-config python-wrapper))
(inputs (inputs
(list boost curl fuse range-v3 spdlog)) (list boost curl fuse-2 range-v3 spdlog))
(home-page "https://www.cryfs.org/") (home-page "https://www.cryfs.org/")
(synopsis "Encrypted FUSE filesystem for the cloud") (synopsis "Encrypted FUSE filesystem for the cloud")
(description "CryFS encrypts your files, so you can safely store them anywhere. (description "CryFS encrypts your files, so you can safely store them anywhere.

View File

@ -198,7 +198,7 @@ large and/or frequently changing (network) environment.")
;; ("which" ,which) ;; ("which" ,which)
(list pkg-config)) (list pkg-config))
(inputs (inputs
(list fuse)) (list fuse-2))
(home-page "https://bindfs.org") (home-page "https://bindfs.org")
(synopsis "Bind mount a directory and alter permission bits") (synopsis "Bind mount a directory and alter permission bits")
(description (description
@ -275,7 +275,7 @@ unmaintained---to use the @code{inotify} API instead of the deprecated
(arguments (arguments
'(#:configure-flags '("--enable-library" "--enable-fuse"))) '(#:configure-flags '("--enable-library" "--enable-fuse")))
(native-inputs (list pkg-config)) (native-inputs (list pkg-config))
(inputs (list xz fuse)) (inputs (list xz fuse-2))
(synopsis "Virtual file system that allows browsing of compressed files") (synopsis "Virtual file system that allows browsing of compressed files")
(description (description
"AVFS is a FUSE-based filesystem that allows browsing of compressed "AVFS is a FUSE-based filesystem that allows browsing of compressed
@ -565,7 +565,7 @@ AES-GCM implementation.")
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs
(list fuse glib libgphoto2)) (list fuse-2 glib libgphoto2))
(synopsis "Virtual file system for libgphoto2 using FUSE") (synopsis "Virtual file system for libgphoto2 using FUSE")
(description "GPhotoFS is a FUSE file system module to mount your camera as (description "GPhotoFS is a FUSE file system module to mount your camera as
a file system on Linux. This allow using your camera with any tool able to read a file system on Linux. This allow using your camera with any tool able to read
@ -756,7 +756,7 @@ Extensible File Allocation Table} file systems. Included are
(native-inputs (native-inputs
(list asciidoc docbook-xml libxml2 libxslt pkg-config)) (list asciidoc docbook-xml libxml2 libxslt pkg-config))
(inputs (inputs
(list fuse gnutls)) (list fuse-2 gnutls))
(arguments (arguments
(list #:phases (list #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
@ -921,7 +921,7 @@ files mistakenly overwritten or destroyed just a few seconds ago.")
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs
(list fuse attr)) (list fuse-2 attr))
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases
(delete 'configure)) ; no configure script (delete 'configure)) ; no configure script
@ -983,7 +983,7 @@ non-determinism in the build process.")
("cmocka" ,cmocka))) ("cmocka" ,cmocka)))
(inputs (inputs
`(("acl" ,acl) `(("acl" ,acl)
("fuse" ,fuse) ("fuse" ,fuse-2)
("openssl" ,openssl) ("openssl" ,openssl)
("liburcu" ,liburcu) ("liburcu" ,liburcu)
("libuuid" ,util-linux "lib") ("libuuid" ,util-linux "lib")
@ -1030,7 +1030,7 @@ All of this is accomplished without a centralized metadata server.")
(("4426192") "12814800")) (("4426192") "12814800"))
#t))))) #t)))))
(inputs (inputs
(list curl glib fuse)) (list curl glib fuse-2))
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(home-page "https://curlftpfs.sourceforge.net/") (home-page "https://curlftpfs.sourceforge.net/")
@ -1178,7 +1178,7 @@ network. LIBNFS offers three different APIs, for different use :
(arguments (arguments
`(#:tests? #f ; No test suite `(#:tests? #f ; No test suite
#:configure-flags #:configure-flags
'("-DUSE_FUSE3=OFF") ; FUSE 3 is not packaged yet. '("-DUSE_FUSE3=OFF")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
;; No 'install' target in CMakeLists.txt ;; No 'install' target in CMakeLists.txt
@ -1196,7 +1196,7 @@ network. LIBNFS offers three different APIs, for different use :
(install-file "../source/README.md" doc) (install-file "../source/README.md" doc)
#t)))))) #t))))))
(inputs (inputs
(list bzip2 fuse zlib)) (list bzip2 fuse-2 zlib))
(synopsis "Read-only FUSE driver for the APFS file system") (synopsis "Read-only FUSE driver for the APFS file system")
(description "APFS-FUSE is a read-only FUSE driver for the @dfn{Apple File (description "APFS-FUSE is a read-only FUSE driver for the @dfn{Apple File
System} (APFS). It is currently in an experimental state it may not be able System} (APFS). It is currently in an experimental state it may not be able
@ -1614,7 +1614,7 @@ On Guix System, you will need to invoke the included shell scripts as
(("/sbin") "$(EXEC_PREFIX)/sbin") (("/sbin") "$(EXEC_PREFIX)/sbin")
(("chown") "true") ; disallowed in the build environment (("chown") "true") ; disallowed in the build environment
(("strip") "true")) ; breaks cross-compilation (("strip") "true")) ; breaks cross-compilation
;; These were copied from the fuse package. ;; These were copied from the fuse-2 package.
(substitute* '("libfuse/lib/mount_util.c" (substitute* '("libfuse/lib/mount_util.c"
"libfuse/util/mount_util.c") "libfuse/util/mount_util.c")
(("/bin/(u?)mount" _ maybe-u) (("/bin/(u?)mount" _ maybe-u)
@ -1811,7 +1811,7 @@ local file system using FUSE.")
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs
(list fuse pcre)) (list fuse-2 pcre))
(home-page "https://github.com/sloonz/rewritefs") (home-page "https://github.com/sloonz/rewritefs")
(synopsis "FUSE file system that changes particular file names") (synopsis "FUSE file system that changes particular file names")
(description (description
@ -1839,7 +1839,7 @@ the XDG directory specification from @file{~/.@var{name}} to
(base32 "03aw8pw8694jyrzpnbry05rk9718sqw66kiyq878bbb679gl7224")))) (base32 "03aw8pw8694jyrzpnbry05rk9718sqw66kiyq878bbb679gl7224"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (list autoconf automake libtool pkg-config)) (native-inputs (list autoconf automake libtool pkg-config))
(inputs (list attr fuse xz zlib `(,zstd "lib"))) (inputs (list attr fuse-2 xz zlib `(,zstd "lib")))
(home-page "https://github.com/vasi/squashfuse") (home-page "https://github.com/vasi/squashfuse")
(synopsis "Fuse filesystem to mount squashfs archives") (synopsis "Fuse filesystem to mount squashfs archives")
(description (description
@ -1935,7 +1935,7 @@ and rewritable media that wears out (DVD/CD-RW).")
(native-inputs (native-inputs
(list automake autoconf libtool pkg-config)) (list automake autoconf libtool pkg-config))
(inputs (inputs
(list fuse-3)) (list fuse))
(home-page "https://github.com/containers/fuse-overlayfs") (home-page "https://github.com/containers/fuse-overlayfs")
(synopsis "FUSE implementation of overlayfs") (synopsis "FUSE implementation of overlayfs")
(description "This package provides an implementation of overlay+shiftfs (description "This package provides an implementation of overlay+shiftfs
@ -2056,7 +2056,7 @@ spend on disk between being written and being deduplicated.")
boost boost
double-conversion double-conversion
fmt fmt
fuse-3 fuse
gflags gflags
jemalloc jemalloc
libarchive libarchive

View File

@ -2798,7 +2798,7 @@ compatible with the well-known scripts of the same name.")
("dbus" ,dbus) ("dbus" ,dbus)
("geoclue" ,geoclue) ("geoclue" ,geoclue)
("pipewire" ,pipewire) ("pipewire" ,pipewire)
("fuse" ,fuse-3))) ("fuse" ,fuse)))
(arguments (arguments
`(#:configure-flags `(#:configure-flags
(list "--with-systemd=no") (list "--with-systemd=no")

View File

@ -7008,7 +7008,7 @@ part of udev-extras, then udev, then systemd. It's now a project on its own.")
docbook-xsl docbook-xsl
dbus dbus
elogind elogind
fuse-3 fuse
gcr gcr
glib glib
gnome-online-accounts gnome-online-accounts

View File

@ -507,7 +507,7 @@ the functionality of the KDE resource and network access abstractions.")
(invoke "dbus-launch" "ctest" "-E" (invoke "dbus-launch" "ctest" "-E"
"(fileopstest-cache|fileopstest-filejob)"))))))) "(fileopstest-cache|fileopstest-filejob)")))))))
(native-inputs (list dbus extra-cmake-modules pkg-config)) (native-inputs (list dbus extra-cmake-modules pkg-config))
(inputs (list fuse-3 kio kcoreaddons qtbase-5)) (inputs (list fuse kio kcoreaddons qtbase-5))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "FUSE Interface for KIO") (synopsis "FUSE Interface for KIO")
(description "This package provides FUSE Interface for KIO.") (description "This package provides FUSE Interface for KIO.")

View File

@ -523,7 +523,7 @@ music and video to the device.")
(base32 (base32
"11wdv44qwia77sh38n36809ysaib52rwd4fvqwb5ybsbz4p70l1m")))) "11wdv44qwia77sh38n36809ysaib52rwd4fvqwb5ybsbz4p70l1m"))))
(inputs (inputs
(list fuse libimobiledevice)) (list fuse-2 libimobiledevice))
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(build-system gnu-build-system) (build-system gnu-build-system)

View File

@ -2309,7 +2309,7 @@ by Robert Shea and Robert Anton Wilson.")
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:tests? #f)) ;no test suite '(#:tests? #f)) ;no test suite
(inputs (list fuse mbedtls-apache)) (inputs (list fuse-2 mbedtls-apache))
(synopsis "FUSE driver to read/write Windows BitLocker drives") (synopsis "FUSE driver to read/write Windows BitLocker drives")
(description (description
"This package provides means to to read BitLocker encrypted "This package provides means to to read BitLocker encrypted
@ -3692,7 +3692,7 @@ are blocking others and adjust their priority (using @command{ionice}) or stop
or kill them altogether.") or kill them altogether.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public fuse (define-public fuse-2
(package (package
(name "fuse") (name "fuse")
(version "2.9.9") (version "2.9.9")
@ -3762,9 +3762,9 @@ user-space processes.")
(license (list license:lgpl2.1 ;library (license (list license:lgpl2.1 ;library
license:gpl2+)))) ;command-line utilities license:gpl2+)))) ;command-line utilities
(define-public fuse-3 (define-public fuse
(package (package
(inherit fuse) (inherit fuse-2)
(name "fuse") (name "fuse")
(version "3.10.5") (version "3.10.5")
(source (origin (source (origin
@ -3838,7 +3838,7 @@ user-space processes.")
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list python)) (list python))
(inputs (list fuse)) (inputs (list fuse-2))
(arguments (arguments
;; The tests were never actually run ("collected 0 items"), but in recent ;; The tests were never actually run ("collected 0 items"), but in recent
;; versions of pytest that causes an error. ;; versions of pytest that causes an error.
@ -3852,10 +3852,10 @@ space, using the FUSE library. Mounting a union file system allows you to
UnionFS-FUSE additionally supports copy-on-write.") UnionFS-FUSE additionally supports copy-on-write.")
(license license:bsd-3))) (license license:bsd-3)))
(define fuse-static (define fuse-2-static
(package (inherit fuse) (package (inherit fuse-2)
(name "fuse-static") (name "fuse-static")
(source (origin (inherit (package-source fuse)) (source (origin (inherit (package-source fuse-2))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -3903,7 +3903,7 @@ UnionFS-FUSE additionally supports copy-on-write.")
;; we don't need it, remove it. ;; we don't need it, remove it.
(delete-file (string-append out "/bin/unionfsctl")) (delete-file (string-append out "/bin/unionfsctl"))
#t)))))) #t))))))
(inputs `(("fuse" ,fuse-static))))) (inputs `(("fuse" ,fuse-2-static)))))
(define-public sshfs (define-public sshfs
(package (package
@ -3922,7 +3922,7 @@ UnionFS-FUSE additionally supports copy-on-write.")
;; XXX: tests are skipped: FUSE kernel module does not seem to be loaded ;; XXX: tests are skipped: FUSE kernel module does not seem to be loaded
'(#:tests? #f)) '(#:tests? #f))
(inputs (inputs
(list fuse-3 glib)) (list fuse glib))
(native-inputs (native-inputs
(list pkg-config (list pkg-config
;; man page ;; man page
@ -3953,7 +3953,7 @@ file system is as easy as logging into the server with an SSH client.")
(sha256 (sha256
(base32 "1cy5b6qril9c3ry6fv7ir87s8iyy5vxxmbyx90dm86fbra0vjaf5")))) (base32 "1cy5b6qril9c3ry6fv7ir87s8iyy5vxxmbyx90dm86fbra0vjaf5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (list fuse libarchive)) (inputs (list fuse-2 libarchive))
(native-inputs (list pkg-config)) (native-inputs (list pkg-config))
(home-page "https://www.cybernoia.de/software/archivemount.html") (home-page "https://www.cybernoia.de/software/archivemount.html")
(synopsis "Tool for mounting archive files with FUSE") (synopsis "Tool for mounting archive files with FUSE")
@ -5913,7 +5913,7 @@ is flexible, efficient and uses a modular implementation.")
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs
(list fuse)) (list fuse-2))
(home-page "https://github.com/relan/exfat") (home-page "https://github.com/relan/exfat")
(synopsis "Mount exFAT file systems") (synopsis "Mount exFAT file systems")
(description (description
@ -5936,7 +5936,7 @@ write access to exFAT devices.")
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs
(list fuse glib zlib)) (list fuse-2 glib zlib))
(home-page "https://sourceforge.net/projects/fuseiso/") (home-page "https://sourceforge.net/projects/fuseiso/")
(synopsis "Mount ISO file system images") (synopsis "Mount ISO file system images")
(description (description
@ -6611,7 +6611,7 @@ invocations of itself.")
"@sbindir@")))))) "@sbindir@"))))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (list util-linux ; libuuid (inputs (list util-linux ; libuuid
fuse)) fuse-2))
(native-inputs (list pkg-config)) (native-inputs (list pkg-config))
(arguments (arguments
'(#:configure-flags (list "--disable-static" '(#:configure-flags (list "--disable-static"
@ -8472,7 +8472,7 @@ NexGen, Rise, and SiS CPUs.")
"1pm68agkhrwgrplrfrnbwdcvx5lrivdmqw8pb5gdmm3xppnryji1")))) "1pm68agkhrwgrplrfrnbwdcvx5lrivdmqw8pb5gdmm3xppnryji1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list file fuse libmtp)) (list file fuse-2 libmtp))
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(home-page "https://github.com/JasonFerrara/jmtpfs") (home-page "https://github.com/JasonFerrara/jmtpfs")

View File

@ -1863,7 +1863,7 @@ for packaging and deployment of cross-compiled Windows applications.")
docbook-xml docbook-xml
docbook-xsl docbook-xsl
e2fsprogs e2fsprogs
fuse fuse-2
glib glib
gpgme gpgme
libarchive libarchive
@ -1964,7 +1964,7 @@ cp -r /tmp/locale/*/en_US.*")))
bubblewrap bubblewrap
curl curl
dconf dconf
fuse fuse-2
gdk-pixbuf gdk-pixbuf
gpgme gpgme
json-glib json-glib

View File

@ -13306,7 +13306,7 @@ third-party code.")
"1jaf790rsxvz3hs9fbr3hrnmg0xzl6a2bqfa10bbbsjsdbcpk762")))) "1jaf790rsxvz3hs9fbr3hrnmg0xzl6a2bqfa10bbbsjsdbcpk762"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
(list fuse attr)) (list fuse-2 attr))
(native-inputs (native-inputs
(list pkg-config python-pytest)) (list pkg-config python-pytest))
(synopsis "Python bindings for FUSE") (synopsis "Python bindings for FUSE")
@ -24387,10 +24387,9 @@ commit, but it also includes some other useful statistics.")
(let ((fuse (assoc-ref inputs "fuse"))) (let ((fuse (assoc-ref inputs "fuse")))
(substitute* "fuse.py" (substitute* "fuse.py"
(("find_library\\('fuse'\\)") (("find_library\\('fuse'\\)")
(string-append "'" fuse "/lib/libfuse.so'"))) (string-append "'" fuse "/lib/libfuse.so'")))))))))
#t))))))
(propagated-inputs (propagated-inputs
(list fuse)) (list fuse-2))
(home-page "https://github.com/fusepy/fusepy") (home-page "https://github.com/fusepy/fusepy")
(synopsis "Simple ctypes bindings for FUSE") (synopsis "Simple ctypes bindings for FUSE")
(description "Python module that provides a simple interface to FUSE and (description "Python module that provides a simple interface to FUSE and
@ -24417,10 +24416,9 @@ MacFUSE. The binding is created using the standard @code{ctypes} library.")
(let ((fuse (assoc-ref inputs "fuse"))) (let ((fuse (assoc-ref inputs "fuse")))
(substitute* "fusepyng.py" (substitute* "fusepyng.py"
(("os.environ.get\\('FUSE_LIBRARY_PATH'\\)") (("os.environ.get\\('FUSE_LIBRARY_PATH'\\)")
(string-append "\"" fuse "/lib/libfuse.so\"")))) (string-append "\"" fuse "/lib/libfuse.so\"")))))))))
#t)))))
(inputs (inputs
(list fuse)) (list fuse-2))
(propagated-inputs (propagated-inputs
(list python-paramiko)) (list python-paramiko))
(home-page "https://github.com/rianhunter/fusepyng") (home-page "https://github.com/rianhunter/fusepyng")
@ -31962,10 +31960,10 @@ Psycopg 2 is both Unicode and Python 3 friendly.")
(base32 "0cvybynv9igssfa4l13q09gb6m7afmwk34wsbq8jk14sqpd4dl92")))) (base32 "0cvybynv9igssfa4l13q09gb6m7afmwk34wsbq8jk14sqpd4dl92"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (list pkg-config)) (native-inputs (list pkg-config))
(inputs (list fuse-3)) (inputs (list fuse))
(propagated-inputs (list python-pytest-trio)) (propagated-inputs (list python-pytest-trio))
(home-page "https://github.com/libfuse/pyfuse3") (home-page "https://github.com/libfuse/pyfuse3")
(synopsis "Python bindings FUSE 3") (synopsis "Python bindings to FUSE 3")
(description "This package provides Python 3 bindings for libfuse 3 with (description "This package provides Python 3 bindings for libfuse 3 with
async I/O support.") async I/O support.")
(license license:gpl2+))) (license license:gpl2+)))

View File

@ -222,7 +222,7 @@
expat expat
fcgi fcgi
fmt-8 fmt-8
fuse fuse-2
icu4c icu4c
jemalloc jemalloc
keyutils keyutils

View File

@ -546,7 +546,7 @@ written in @command{scsh}. It makes use of @command{unison} and
acl acl
libselinux libselinux
eudev eudev
fuse fuse-2
openssl openssl
zlib)) zlib))
(synopsis "File synchronization and backup system") (synopsis "File synchronization and backup system")

View File

@ -1325,7 +1325,7 @@ manage system or application containers.")
(native-inputs (native-inputs
(list autoconf automake libtool pkg-config)) (list autoconf automake libtool pkg-config))
(inputs (inputs
(list fuse)) (list fuse-2))
(build-system gnu-build-system) (build-system gnu-build-system)
(synopsis "FUSE-based file system for LXC") (synopsis "FUSE-based file system for LXC")
(description "LXCFS is a small FUSE file system written with the intention (description "LXCFS is a small FUSE file system written with the intention
@ -1499,7 +1499,7 @@ pretty simple, REST API.")
(inputs (inputs
(list acl (list acl
attr attr
fuse fuse-2
libxml2 libxml2
eudev eudev
libpciaccess libpciaccess

View File

@ -1244,7 +1244,7 @@ deprecated; use 'setuid-program' instead~%"))
(file-append sudo "/bin/sudo") (file-append sudo "/bin/sudo")
(file-append sudo "/bin/sudoedit") (file-append sudo "/bin/sudoedit")
(file-append fuse "/bin/fusermount") (file-append fuse "/bin/fusermount")
(file-append fuse-3 "/bin/fusermount3") (file-append fuse "/bin/fusermount3")
;; To allow mounts with the "user" option, "mount" and "umount" must ;; To allow mounts with the "user" option, "mount" and "umount" must
;; be setuid-root. ;; be setuid-root.