From 5649f06dfc3c98c49ecbbc4fb466443f90ad3e89 Mon Sep 17 00:00:00 2001 From: Ludovico Piero Date: Thu, 27 Jun 2024 16:33:36 +0900 Subject: [PATCH] mongodb-compass: format with nixfmt Signed-off-by: Ludovico Piero --- pkgs/tools/misc/mongodb-compass/default.nix | 75 +++++++++++---------- 1 file changed, 40 insertions(+), 35 deletions(-) diff --git a/pkgs/tools/misc/mongodb-compass/default.nix b/pkgs/tools/misc/mongodb-compass/default.nix index c4bc1dd1e782..415da948876c 100644 --- a/pkgs/tools/misc/mongodb-compass/default.nix +++ b/pkgs/tools/misc/mongodb-compass/default.nix @@ -1,35 +1,35 @@ { -alsa-lib, -at-spi2-atk, -at-spi2-core, -atk, -cairo, -cups, -curl, -dbus, -dpkg, -expat, -fetchurl, -fontconfig, -freetype, -gdk-pixbuf, -glib, -gtk3, -lib, -libdrm, -libnotify, -libsecret, -libuuid, -libxcb, -libxkbcommon, -mesa, -nspr, -nss, -pango, -stdenv, -systemd, -wrapGAppsHook3, -xorg, + alsa-lib, + at-spi2-atk, + at-spi2-core, + atk, + cairo, + cups, + curl, + dbus, + dpkg, + expat, + fetchurl, + fontconfig, + freetype, + gdk-pixbuf, + glib, + gtk3, + lib, + libdrm, + libnotify, + libsecret, + libuuid, + libxcb, + libxkbcommon, + mesa, + nspr, + nss, + pango, + stdenv, + systemd, + wrapGAppsHook3, + xorg, }: let @@ -86,16 +86,21 @@ let } else throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}"; - # NOTE While MongoDB Compass is available to darwin, I do not have resources to test it - # Feel free to make a PR adding support if desired + # NOTE While MongoDB Compass is available to darwin, I do not have resources to test it + # Feel free to make a PR adding support if desired -in stdenv.mkDerivation { +in +stdenv.mkDerivation { pname = "mongodb-compass"; inherit version; inherit src; - buildInputs = [ dpkg wrapGAppsHook3 gtk3 ]; + buildInputs = [ + dpkg + wrapGAppsHook3 + gtk3 + ]; dontUnpack = true; buildCommand = ''