g-wrap: migrate to by-name

And green-alias it to gwrap.
This commit is contained in:
Anderson Torres 2024-09-06 09:56:31 -03:00
parent 41365241bb
commit 3a76aa988a
2 changed files with 2 additions and 1 deletions

View File

@ -17853,7 +17853,8 @@ with pkgs;
guile-hall = callPackage ../development/tools/guile/guile-hall { };
gwrap = callPackage ../development/tools/guile/g-wrap {
gwrap = g-wrap;
g-wrap = callPackage ../by-name/g-/g-wrap/package.nix {
guile = guile_2_2;
};