mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
pkgs/tools/text: remove dead code
with the help of deadnix & nil
This commit is contained in:
parent
9a1074ae6b
commit
d70e0242e9
pkgs/tools/text
bashblog
cmigemo
gawk
gnugrep
mdbook-graphviz
mdbook-i18n-helpers
mdbook-plantuml
morsel
par
sgml
txt2tags
ucg
xidel
@ -1,6 +1,5 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, lib
|
, lib
|
||||||
, fetchzip
|
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, substituteAll
|
, substituteAll
|
||||||
@ -17,7 +16,7 @@ let
|
|||||||
markdownpl_path = "${perlPackages.TextMarkdown}/bin/Markdown.pl";
|
markdownpl_path = "${perlPackages.TextMarkdown}/bin/Markdown.pl";
|
||||||
pandoc_path = "${pandoc}/bin/pandoc";
|
pandoc_path = "${pandoc}/bin/pandoc";
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation {
|
||||||
pname = "bashblog";
|
pname = "bashblog";
|
||||||
version = "unstable-2022-03-26";
|
version = "unstable-2022-03-26";
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, buildPackages
|
{ lib, stdenv, fetchFromGitHub
|
||||||
, iconv, nkf, perl, which
|
, iconv, nkf, perl, which
|
||||||
, skk-dicts
|
, skk-dicts
|
||||||
}:
|
}:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ lib, stdenv, recurseIntoAttrs, fetchgit, writeText, pkg-config, autoreconfHook
|
{ lib, stdenv, recurseIntoAttrs, fetchgit, pkg-config, autoreconfHook
|
||||||
, autoconf, automake, libiconv, libtool, texinfo, gettext, gawk, rapidjson, gd
|
, autoconf, automake, libiconv, libtool, texinfo, gettext, gawk, rapidjson, gd
|
||||||
, shapelib, libharu, lmdb, gmp, glibcLocales, mpfr, more, postgresql, hiredis
|
, libharu, lmdb, gmp, glibcLocales, mpfr, more, postgresql, hiredis
|
||||||
, expat, tre, makeWrapper }:
|
, expat, tre }:
|
||||||
|
|
||||||
let
|
let
|
||||||
buildExtension = lib.makeOverridable
|
buildExtension = lib.makeOverridable
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, glibcLocales, fetchurl, pcre2, libiconv, perl, autoreconfHook }:
|
{ lib, stdenv, glibcLocales, fetchurl, pcre2, libiconv, perl }:
|
||||||
|
|
||||||
# Note: this package is used for bootstrapping fetchurl, and thus
|
# Note: this package is used for bootstrapping fetchurl, and thus
|
||||||
# cannot use fetchpatch! All mutable patches (generated by GitHub or
|
# cannot use fetchpatch! All mutable patches (generated by GitHub or
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, fetchpatch, rustPlatform, CoreServices, graphviz }:
|
{ lib, stdenv, fetchFromGitHub, rustPlatform, CoreServices, graphviz }:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "mdbook-graphviz";
|
pname = "mdbook-graphviz";
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
}:
|
}:
|
||||||
|
@ -3,10 +3,8 @@
|
|||||||
, fetchpatch
|
, fetchpatch
|
||||||
, stdenv
|
, stdenv
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
, darwin
|
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, openssl
|
, openssl
|
||||||
, libiconv
|
|
||||||
, CoreServices
|
, CoreServices
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, rustPlatform }:
|
{ lib, rustPlatform, fetchFromGitHub }:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "morsel";
|
pname = "morsel";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{lib, stdenv, fetchurl, fetchpatch}:
|
{lib, stdenv, fetchurl}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "par";
|
pname = "par";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, makeWrapper, fetchFromGitLab, openjade, gnumake, perl, flex
|
{ stdenv, lib, makeWrapper, fetchFromGitLab, perl, flex
|
||||||
, gnused, coreutils, which, opensp, groff, texlive, texinfo, withLatex ? false
|
, gnused, coreutils, which, opensp, groff, texlive, texinfo, withLatex ? false
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ lib, stdenv, fetchurl, fetchpatch, xmlto, docbook_xml_dtd_412
|
{ lib, stdenv, fetchurl, fetchpatch, xmlto, docbook_xml_dtd_412
|
||||||
, libxslt, docbook_xsl, autoconf, automake, gettext, libiconv, libtool
|
, docbook_xsl, autoconf, automake, libtool
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, python3
|
, python3
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
, pcre
|
, pcre
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation {
|
||||||
pname = "ucg";
|
pname = "ucg";
|
||||||
version = "unstable-2022-09-03";
|
version = "unstable-2022-09-03";
|
||||||
|
|
||||||
@ -57,5 +57,5 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
broken = stdenv.isAarch64 || stdenv.isDarwin;
|
broken = stdenv.isAarch64 || stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
})
|
}
|
||||||
# TODO: report upstream
|
# TODO: report upstream
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchsvn, fetchFromGitHub, fpc, openssl }:
|
{ lib, stdenv, fetchFromGitHub, fpc, openssl }:
|
||||||
|
|
||||||
let
|
let
|
||||||
flreSrc = fetchFromGitHub {
|
flreSrc = fetchFromGitHub {
|
||||||
|
Loading…
Reference in New Issue
Block a user