mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
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:
parent
952129b055
commit
30fc79c0b5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue