Martin Joerg
Martin Joerg
## What's wrong When calling `straight-check-package` a subsequent call to `straight-freeze-versions` will prompt to reload the init file and if confirmed will result in package dependencies missing from the generated...
## Description of changes https://github.com/libguestfs/guestfs-tools/compare/refs/tags/v1.52.0...refs/tags/v1.52.2 add updateScript remove dependency unavailable for OCaml >= 5.0 ## `nixpkgs-review` result Generated using [`nixpkgs-review`](https://github.com/Mic92/nixpkgs-review). Command: `nixpkgs-review` --- ### `x86_64-linux` :white_check_mark: 1 package built: guestfs-tools...
## What's wrong #1198 changed the order in `bootstrap.el` from ```elisp (setq straight-recipe-repositories nil) (mapc #'straight-use-recipes straight-initial-recipe-repositories) (straight-use-package 'straight) ``` to ```elisp (straight-use-package 'straight) (setq straight-recipe-repositories nil) (mapc #'straight-use-recipes straight-initial-recipe-repositories)...