gretl: format with nixfmt

This commit is contained in:
Weijia Wang
2024-12-18 03:33:28 +01:00
parent eb42899397
commit 6bcfe279eb

View File

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