gnu: flatpak: Fix build.

* gnu/packages/package-management.scm (flatpak)[inputs]: Replace fuse by
fuse-legacy.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Raghav Gururajan 2020-08-17 13:38:05 +02:00 committed by Danny Milosavljevic
parent 952129b055
commit 30fc79c0b5
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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)