17 stdenv.mkDerivation rec {
18 pname = "xmlcopyeditor";
22 url = "mirror://sourceforge/xml-copy-editor/${pname}-${version}.tar.gz";
23 sha256 = "sha256-6HHKl7hqyvF3gJ9vmjLjTT49prJ8KhEEV0qPsJfQfJE=";
26 patches = [ ./xmlcopyeditor.patch ];
42 ] ++ lib.optionals stdenv.isDarwin [
46 enableParallelBuilding = true;
49 description = "A fast, free, validating XML editor";
50 homepage = "https://xml-copy-editor.sourceforge.io/";
51 license = licenses.gpl2Plus;
52 platforms = platforms.unix;
53 maintainers = with maintainers; [ candeira wegank ];