matter-compiler: migrate to by-name (#423802)

This commit is contained in:
Peder Bergebakken Sundt
2025-07-10 03:17:42 +02:00
committed by GitHub
5 changed files with 1 additions and 3 deletions
@@ -10,4 +10,4 @@ DEPENDENCIES
matter_compiler
BUNDLED WITH
2.1.4
2.6.9
-2
View File
@@ -7096,8 +7096,6 @@ with pkgs;
}
);
matter-compiler = callPackage ../development/compilers/matter-compiler { };
chromedriver = callPackage ../development/tools/selenium/chromedriver { };
chruby = callPackage ../development/tools/misc/chruby { rubies = null; };