Commit 106603e4 authored by Weijia Wang's avatar Weijia Wang
Browse files

xmlcopyeditor: reformat

parent 0d0a2ad4
Loading
Loading
Loading
Loading
+18 −14
Original line number Diff line number Diff line
{ 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";
  };
}