diction: init at 1.11
This commit is contained in:
parent
04573b82bc
commit
f70d678ec4
21
pkgs/tools/text/diction/default.nix
Normal file
21
pkgs/tools/text/diction/default.nix
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "diction-1.11";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://gnu/diction/${name}.tar.gz";
|
||||||
|
sha256 = "1xi4l1x1vvzmzmbhpx0ghmfnwwrhabjwizrpyylmy3fzinzz3him";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "GNU style and diction utilities";
|
||||||
|
longDescription = ''
|
||||||
|
Diction and style are two old standard Unix commands. Diction identifies
|
||||||
|
wordy and commonly misused phrases. Style analyses surface
|
||||||
|
characteristics of a document, including sentence length and other
|
||||||
|
readability measures.
|
||||||
|
'';
|
||||||
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
|
};
|
||||||
|
}
|
@ -1384,6 +1384,8 @@ let
|
|||||||
|
|
||||||
di = callPackage ../tools/system/di { };
|
di = callPackage ../tools/system/di { };
|
||||||
|
|
||||||
|
diction = callPackage ../tools/text/diction { };
|
||||||
|
|
||||||
diffoscope = callPackage ../tools/misc/diffoscope {
|
diffoscope = callPackage ../tools/misc/diffoscope {
|
||||||
jdk = jdk7;
|
jdk = jdk7;
|
||||||
pythonPackages = python3Packages;
|
pythonPackages = python3Packages;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user