Merge pull request #243099 from figsoda/text

pkgs/tools/text: remove dead code

authored by Jörg Thalheim and committed by GitHub 1936e818 f278beca

+14 -19
+1 -2
pkgs/tools/text/bashblog/default.nix
··· 1 1 { stdenv 2 2 , lib 3 - , fetchzip 4 3 , fetchFromGitHub 5 4 , makeWrapper 6 5 , substituteAll ··· 17 16 markdownpl_path = "${perlPackages.TextMarkdown}/bin/Markdown.pl"; 18 17 pandoc_path = "${pandoc}/bin/pandoc"; 19 18 20 - in stdenv.mkDerivation rec { 19 + in stdenv.mkDerivation { 21 20 pname = "bashblog"; 22 21 version = "unstable-2022-03-26"; 23 22
+1 -1
pkgs/tools/text/cmigemo/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, buildPackages 1 + { lib, stdenv, fetchFromGitHub 2 2 , iconv, nkf, perl, which 3 3 , skk-dicts 4 4 }:
+3 -3
pkgs/tools/text/gawk/gawkextlib.nix
··· 1 - { lib, stdenv, recurseIntoAttrs, fetchgit, writeText, pkg-config, autoreconfHook 1 + { lib, stdenv, recurseIntoAttrs, fetchgit, pkg-config, autoreconfHook 2 2 , autoconf, automake, libiconv, libtool, texinfo, gettext, gawk, rapidjson, gd 3 - , shapelib, libharu, lmdb, gmp, glibcLocales, mpfr, more, postgresql, hiredis 4 - , expat, tre, makeWrapper }: 3 + , libharu, lmdb, gmp, glibcLocales, mpfr, more, postgresql, hiredis 4 + , expat, tre }: 5 5 6 6 let 7 7 buildExtension = lib.makeOverridable
+1 -1
pkgs/tools/text/gnugrep/default.nix
··· 1 - { lib, stdenv, glibcLocales, fetchurl, pcre2, libiconv, perl, autoreconfHook }: 1 + { lib, stdenv, glibcLocales, fetchurl, pcre2, libiconv, perl }: 2 2 3 3 # Note: this package is used for bootstrapping fetchurl, and thus 4 4 # cannot use fetchpatch! All mutable patches (generated by GitHub or
+1 -1
pkgs/tools/text/mdbook-graphviz/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, fetchpatch, rustPlatform, CoreServices, graphviz }: 1 + { lib, stdenv, fetchFromGitHub, rustPlatform, CoreServices, graphviz }: 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "mdbook-graphviz";
-1
pkgs/tools/text/mdbook-i18n-helpers/default.nix
··· 1 1 { lib 2 - , stdenv 3 2 , fetchFromGitHub 4 3 , rustPlatform 5 4 }:
-2
pkgs/tools/text/mdbook-plantuml/default.nix
··· 3 3 , fetchpatch 4 4 , stdenv 5 5 , rustPlatform 6 - , darwin 7 6 , pkg-config 8 7 , openssl 9 - , libiconv 10 8 , CoreServices 11 9 }: 12 10
+1 -1
pkgs/tools/text/morsel/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, rustPlatform }: 1 + { lib, rustPlatform, fetchFromGitHub }: 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "morsel";
+1 -1
pkgs/tools/text/par/default.nix
··· 1 - {lib, stdenv, fetchurl, fetchpatch}: 1 + {lib, stdenv, fetchurl}: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "par";
+1 -1
pkgs/tools/text/sgml/linuxdoc-tools/default.nix
··· 1 - { stdenv, lib, makeWrapper, fetchFromGitLab, openjade, gnumake, perl, flex 1 + { stdenv, lib, makeWrapper, fetchFromGitLab, perl, flex 2 2 , gnused, coreutils, which, opensp, groff, texlive, texinfo, withLatex ? false 3 3 }: 4 4
+1 -1
pkgs/tools/text/sgml/opensp/default.nix
··· 1 1 { lib, stdenv, fetchurl, fetchpatch, xmlto, docbook_xml_dtd_412 2 - , libxslt, docbook_xsl, autoconf, automake, gettext, libiconv, libtool 2 + , docbook_xsl, autoconf, automake, libtool 3 3 }: 4 4 5 5 stdenv.mkDerivation rec {
-1
pkgs/tools/text/txt2tags/default.nix
··· 1 1 { lib 2 2 , python3 3 3 , fetchFromGitHub 4 - , fetchpatch 5 4 }: 6 5 7 6 python3.pkgs.buildPythonApplication rec {
+2 -2
pkgs/tools/text/ucg/default.nix
··· 6 6 , pcre 7 7 }: 8 8 9 - stdenv.mkDerivation (finalAttrs: { 9 + stdenv.mkDerivation { 10 10 pname = "ucg"; 11 11 version = "unstable-2022-09-03"; 12 12 ··· 57 57 platforms = lib.platforms.unix; 58 58 broken = stdenv.isAarch64 || stdenv.isDarwin; 59 59 }; 60 - }) 60 + } 61 61 # TODO: report upstream
+1 -1
pkgs/tools/text/xidel/default.nix
··· 1 - { lib, stdenv, fetchsvn, fetchFromGitHub, fpc, openssl }: 1 + { lib, stdenv, fetchFromGitHub, fpc, openssl }: 2 2 3 3 let 4 4 flreSrc = fetchFromGitHub {