bug#63022: I dont can add distrobox repository in guix

2023-04-23 Thread Adam Faiz via Bug reports for GNU Guix
I see why no is add for default the distrobox repositorie but i would like add debian main in distrobox, but i not see how why in others distros not is necessary add repositories in distrobox It's because podman doesn't have the configuration files it needs. Distrobox doesn't provide a container

bug#62924: python-txtorcon-19.0.0 build failure

2023-04-18 Thread Adam Faiz via Bug reports for GNU Guix
Hello bdju, The build failure you reported is fixed in this patch, but it hasn't been merged yet into guix: https://issues.guix.gnu.org/62897

bug#56584: vala build uses bundled bootstrap binaries

2023-02-28 Thread Adam Faiz via Bug reports for GNU Guix
Looking at the vala source code, we can bootstrap the current version from 0.39.5.8, which appears to be between release cycles – 0.39.6 already requires it, whereas 0.39.5 bootstraps from 0.25.1. I'm not sure how to get 0.25.1 to build from source, though. The code in vala- bootstrap does not a

bug#60106: [Shepherd 0.9.3] ‘system*’ replacement cannot be passed environment variables

2022-12-22 Thread Adam Faiz via Bug reports for GNU Guix
I think we’ll have to add a parameter to ‘spawn-command’ to specify environment variables. Ludo’. If you do this, can you add an #:append? flag which adds environment variables to the inherited environment instead of specifying the variables declaratively? It can be #f by default. It would be