diff --git a/pkgs/by-name/xm/xmlcopyeditor/package.nix b/pkgs/by-name/xm/xmlcopyeditor/package.nix index 413efe921d08..1bfae3fb9c0e 100644 --- a/pkgs/by-name/xm/xmlcopyeditor/package.nix +++ b/pkgs/by-name/xm/xmlcopyeditor/package.nix @@ -1,16 +1,17 @@ -{ lib -, stdenv -, fetchurl -, aspell -, boost -, expat -, intltool -, pkg-config -, libxml2 -, libxslt -, pcre2 -, wxGTK32 -, xercesc +{ + lib, + stdenv, + fetchurl, + aspell, + boost, + expat, + intltool, + pkg-config, + libxml2, + libxslt, + pcre2, + wxGTK32, + xercesc, }: stdenv.mkDerivation rec { @@ -54,7 +55,10 @@ stdenv.mkDerivation rec { homepage = "https://xml-copy-editor.sourceforge.io/"; license = licenses.gpl2Plus; platforms = platforms.unix; - maintainers = with maintainers; [ candeira wegank ]; + maintainers = with maintainers; [ + candeira + wegank + ]; mainProgram = "xmlcopyeditor"; }; }