metabase: migrate to by-name

This commit is contained in:
Alexis Hildebrandt
2025-04-02 19:37:27 +02:00
parent dba5bd4372
commit 9d035c1db1
2 changed files with 0 additions and 4 deletions
-4
View File
@@ -2618,10 +2618,6 @@ with pkgs;
throw "mesonEmulatorHook may only be added to nativeBuildInputs when the target binaries can't be executed; however you are attempting to use it in a situation where ${stdenv.hostPlatform.config} can execute ${stdenv.targetPlatform.config}. Consider only adding mesonEmulatorHook according to a conditional based canExecute in your package expression."
);
metabase = callPackage ../servers/metabase {
jdk11 = jdk11_headless;
};
mkspiffs = callPackage ../tools/filesystems/mkspiffs { };
mkspiffs-presets = recurseIntoAttrs (callPackages ../tools/filesystems/mkspiffs/presets.nix { });