gemstash: migrate to by-name

This commit is contained in:
Guy Chronister
2025-11-04 08:50:30 -06:00
parent 1a68dd6728
commit 1b2b5808e8
5 changed files with 0 additions and 2 deletions
-2
View File
@@ -2736,8 +2736,6 @@ with pkgs;
fluentd = callPackage ../tools/misc/fluentd { };
gemstash = callPackage ../development/tools/gemstash { };
lp_solve = callPackage ../applications/science/math/lp_solve {
inherit (darwin) autoSignDarwinBinariesHook;
};