Commit 9d035c1d authored by Alexis Hildebrandt's avatar Alexis Hildebrandt
Browse files

metabase: migrate to by-name

parent dba5bd43
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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 { });