From c255dffa53e8e35eed5f55d9b121126320303cab Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Tue, 12 Nov 2024 17:15:33 -0800 Subject: [PATCH] anyrun: format rfc style --- pkgs/by-name/an/anyrun/package.nix | 58 +++++++++++++++--------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/pkgs/by-name/an/anyrun/package.nix b/pkgs/by-name/an/anyrun/package.nix index 50d02d6a963f..27e5e1074c2f 100644 --- a/pkgs/by-name/an/anyrun/package.nix +++ b/pkgs/by-name/an/anyrun/package.nix @@ -1,19 +1,20 @@ -{ lib -, rustPlatform -, fetchFromGitHub -, pkg-config -, wrapGAppsHook3 -, atk -, cairo -, gdk-pixbuf -, glib -, gtk3 -, pango -, stdenv -, darwin -, wayland -, gtk-layer-shell -, unstableGitUpdater +{ + lib, + rustPlatform, + fetchFromGitHub, + pkg-config, + wrapGAppsHook3, + atk, + cairo, + gdk-pixbuf, + glib, + gtk3, + pango, + stdenv, + darwin, + wayland, + gtk-layer-shell, + unstableGitUpdater, }: rustPlatform.buildRustPackage rec { @@ -38,19 +39,18 @@ rustPlatform.buildRustPackage rec { wrapGAppsHook3 ]; - buildInputs = [ - atk - cairo - gdk-pixbuf - glib - gtk3 - gtk-layer-shell - pango - ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ - darwin.apple_sdk.frameworks.Security - ] ++ lib.optionals stdenv.hostPlatform.isLinux [ - wayland - ]; + buildInputs = + [ + atk + cairo + gdk-pixbuf + glib + gtk3 + gtk-layer-shell + pango + ] + ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ] + ++ lib.optionals stdenv.hostPlatform.isLinux [ wayland ]; preFixup = '' gappsWrapperArgs+=(