Describe the bug
flatpak-builder for some reasons can't use rofiles-fuse
To Reproduce
Steps to reproduce the behavior:
Expected behavior
flatpak-builder should use rofiles-fuse.
Screenshots
Additional context
Metadata
"x86_64-linux"Linux 5.3.10, NixOS, 19.09.1208.ef8c34c4721 (Loris)yesyesnix-env (Nix) 2.3"nixos-19.09.1208.ef8c34c4721""home-manager"/nix/var/nix/profiles/per-user/root/channels/nixosMaintainer information:
# a list of nixpkgs attributes affected by the problem
attribute:
# a list of nixos modules affected by the problem
module:
installing nixos.ostree solve this problem so maybe should be added?
@piotr-szegda We patch the paths to the executables to be hardcoded, so the program doesn't have to rely on something like ostree being installed.
I believe one path isn't hardcoded with the current patch
That looks it up in PATH, probably why it was working once you installed it.
cc @jtojnar
Thank you for your contributions.
This has been automatically marked as stale because it has had no activity for 180 days.
If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.
Here are suggestions that might help resolve this more quickly:
Most helpful comment
@piotr-szegda We patch the paths to the executables to be hardcoded, so the program doesn't have to rely on something like ostree being installed.
I believe one path isn't hardcoded with the current patch
That looks it up in PATH, probably why it was working once you installed it.