lol

swig: format with `nixfmt-rfc-style`

Emily e3360d74 44e6a145

+16 -2
+16 -2
pkgs/by-name/sw/swig/package.nix
··· 1 - { lib, stdenv, fetchFromGitHub, autoconf, automake, libtool, bison, pcre2 }: 1 + { 2 + lib, 3 + stdenv, 4 + fetchFromGitHub, 5 + autoconf, 6 + automake, 7 + libtool, 8 + bison, 9 + pcre2, 10 + }: 2 11 3 12 stdenv.mkDerivation (finalAttrs: { 4 13 pname = "swig"; ··· 12 21 }; 13 22 14 23 PCRE_CONFIG = "${pcre2.dev}/bin/pcre-config"; 15 - nativeBuildInputs = [ autoconf automake libtool bison ]; 24 + nativeBuildInputs = [ 25 + autoconf 26 + automake 27 + libtool 28 + bison 29 + ]; 16 30 buildInputs = [ pcre2 ]; 17 31 18 32 configureFlags = [ "--without-tcl" ];