feat: make it somewhat work with buildFHSEnv

This commit is contained in:
Xavier Morel
2025-04-22 11:59:53 +02:00
parent 6cdc430c7c
commit 9db8632d4f
4 changed files with 39 additions and 25 deletions

View File

@@ -27,3 +27,9 @@ ldd ./burrito.x86_64
to solve this, as I understand it, I need to use `makeWrapper` in `nativeBuildInputs`, and then provide all packages in `pkgs.lib.makeBinPath (with pkgs; [ xorg.libX11 ])`
burrito repo is now working on automated github workflows to create a CI system, so I can have a sneak peek at the build process when they will finish it, because now I can't find any clues from the repo inself. I don't know how godot projects works in this regard.
# Additional note
Running `nix develop` (or having a direnv active) allows to run `burrito-gw2` directly, however it doesn't quite work because burrito invokes `./xml_converter`, a fix is to copy this to the current folder.