guix-commits
[Top][All Lists]
Advanced

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

01/45: gnu: flatpak: Fix build.


From: guix-commits
Subject: 01/45: gnu: flatpak: Fix build.
Date: Mon, 17 Aug 2020 07:39:16 -0400 (EDT)

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

commit df7d07891c1d1ef1448d7828202f9c8539fc6987
Author: Raghav Gururajan <raghavgururajan@disroot.org>
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 <dannym@scratchpost.org>
---
 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 895702a..9b7545b 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1214,7 +1214,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

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