diff --git a/pkgs/applications/graphics/flaca/default.nix b/pkgs/applications/graphics/flaca/default.nix index c335c13472e5..bec47b7b302c 100644 --- a/pkgs/applications/graphics/flaca/default.nix +++ b/pkgs/applications/graphics/flaca/default.nix @@ -1,9 +1,10 @@ -{ lib -, fetchFromGitHub -, rustPlatform -, fetchurl -, runCommand -, lndir +{ + lib, + fetchFromGitHub, + rustPlatform, + fetchurl, + runCommand, + lndir, }: rustPlatform.buildRustPackage rec {