Unverified Commit 1936e818 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #243099 from figsoda/text

pkgs/tools/text: remove dead code
parents f278beca d70e0242
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
{ stdenv
, lib
, fetchzip
, fetchFromGitHub
, makeWrapper
, substituteAll
@@ -17,7 +16,7 @@ let
  markdownpl_path = "${perlPackages.TextMarkdown}/bin/Markdown.pl";
  pandoc_path = "${pandoc}/bin/pandoc";

in stdenv.mkDerivation rec {
in stdenv.mkDerivation {
  pname = "bashblog";
  version = "unstable-2022-03-26";

+1 −1
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub, buildPackages
{ lib, stdenv, fetchFromGitHub
, iconv, nkf, perl, which
, skk-dicts
}:
+3 −3
Original line number Diff line number Diff line
{ lib, stdenv, recurseIntoAttrs, fetchgit, writeText, pkg-config, autoreconfHook
{ lib, stdenv, recurseIntoAttrs, fetchgit, pkg-config, autoreconfHook
, autoconf, automake, libiconv, libtool, texinfo, gettext, gawk, rapidjson, gd
, shapelib, libharu, lmdb, gmp, glibcLocales, mpfr, more, postgresql, hiredis
, expat, tre, makeWrapper }:
, libharu, lmdb, gmp, glibcLocales, mpfr, more, postgresql, hiredis
, expat, tre }:

let
  buildExtension = lib.makeOverridable
+1 −1
Original line number Diff line number Diff line
{ 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
# cannot use fetchpatch! All mutable patches (generated by GitHub or
+1 −1
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub, fetchpatch, rustPlatform, CoreServices, graphviz }:
{ lib, stdenv, fetchFromGitHub, rustPlatform, CoreServices, graphviz }:

rustPlatform.buildRustPackage rec {
  pname = "mdbook-graphviz";
Loading