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: {