metabase: migrate to by-name
This commit is contained in:
@@ -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 { });
|
||||
|
||||
Reference in New Issue
Block a user