dannym pushed a commit to branch wip-desktop
in repository guix.

commit c82a2b74a7e1f95af0658c31bcb227bebb0b1db0
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 13:38:05 2020 +0200

    gnu: flatpak: Fix build.
    
    * gnu/packages/package-management.scm (flatpak)[inputs]: Replace fuse by
    fuse-legacy.
    
    Signed-off-by: Danny Milosavljevic <[email protected]>
---
 gnu/packages/package-management.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index f5c353a..2220d05 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1262,7 +1262,7 @@ cp -r /tmp/locale/*/en_US.*")))
     `(("appstream-glib" ,appstream-glib)
       ("bubblewrap" ,bubblewrap)
       ("dconf" ,dconf)
-      ("fuse" ,fuse)
+      ("fuse" ,fuse-legacy)
       ("gdk-pixbuf" ,gdk-pixbuf)
       ("gpgme" ,gpgme)
       ("json-glib" ,json-glib)

Reply via email to