From 6bcfe279eb7fde1b3b9b58bb02ccfd0f7a4955f7 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Wed, 18 Dec 2024 03:33:28 +0100 Subject: [PATCH] gretl: format with nixfmt --- .../science/math/gretl/default.nix | 33 ++++++++++--------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/pkgs/applications/science/math/gretl/default.nix b/pkgs/applications/science/math/gretl/default.nix index 53716e650be4..e92709d2820c 100644 --- a/pkgs/applications/science/math/gretl/default.nix +++ b/pkgs/applications/science/math/gretl/default.nix @@ -1,19 +1,20 @@ -{ lib -, stdenv -, fetchurl -, curl -, fftw -, gmp -, gnuplot -, gtk3 -, gtksourceview3 -, json-glib -, lapack -, libxml2 -, mpfr -, openblas -, readline -, pkg-config +{ + lib, + stdenv, + fetchurl, + curl, + fftw, + gmp, + gnuplot, + gtk3, + gtksourceview3, + json-glib, + lapack, + libxml2, + mpfr, + openblas, + readline, + pkg-config, }: stdenv.mkDerivation (finalAttrs: {