mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
g-wrap: migrate to by-name
And green-alias it to gwrap.
This commit is contained in:
parent
41365241bb
commit
3a76aa988a
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user