mbox series

[bug#71937,0/2] gnu: distrobox: Update to 1.7.2.1.

Message ID cover.1720087651.git.jean@foundation.xyz
Headers show
Series gnu: distrobox: Update to 1.7.2.1. | expand

Message

Jean-Pierre De Jesus Diaz July 4, 2024, 10:09 a.m. UTC
Updates distrobox to latest release and also fixes an existing problem
with the package as when creating a distrobox container it generates a
desktop file, but quickly breaks if the store path of distrobox changes.

So this patchset fixes that by only using `distrobox' command as
available on the environment.

Jean-Pierre De Jesus DIAZ (2):
  gnu: distrobox: Update to 1.7.2.1.
  gnu: distrobox: Patch distrobox-generate-entry.

 gnu/packages/containers.scm | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)


base-commit: 3979812d4923e980f0069ad99332e2df7c033769

Comments

Ludovic Courtès July 20, 2024, 10:16 a.m. UTC | #1
Jean-Pierre De Jesus DIAZ <jean@foundation.xyz> skribis:

> Updates distrobox to latest release and also fixes an existing problem
> with the package as when creating a distrobox container it generates a
> desktop file, but quickly breaks if the store path of distrobox changes.
>
> So this patchset fixes that by only using `distrobox' command as
> available on the environment.
>
> Jean-Pierre De Jesus DIAZ (2):
>   gnu: distrobox: Update to 1.7.2.1.
>   gnu: distrobox: Patch distrobox-generate-entry.

Applied, thanks!