mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
perlPackages.TextLayout: init at 0.019
This commit is contained in:
parent
19935694da
commit
f5ac538395
1 changed files with 14 additions and 0 deletions
|
@ -20995,6 +20995,20 @@ let
|
|||
buildInputs = [ FileFindRule TestPod TestPodCoverage ];
|
||||
};
|
||||
|
||||
TextLayout = buildPerlPackage {
|
||||
pname = "Text-Layout";
|
||||
version = "0.019";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/J/JV/JV/Text-Layout-0.019.tar.gz";
|
||||
sha256 = "a043f2a89e113b29c523a9efa71fa8398ed75edd482193901b38d08dd4a4108e";
|
||||
};
|
||||
buildInputs = [ PDFAPI2 ];
|
||||
meta = {
|
||||
description = "Pango style markup formatting";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
TextLorem = buildPerlModule {
|
||||
pname = "Text-Lorem";
|
||||
version = "0.3";
|
||||
|
|
Loading…
Reference in a new issue