xmlcopyeditor: reformat
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user