mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
perlPackages.TextWikiFormat: new expression
This commit is contained in:
parent
bdebf13d9e
commit
3e5878e90d
1 changed files with 13 additions and 0 deletions
|
@ -5503,6 +5503,19 @@ rec {
|
|||
};
|
||||
};
|
||||
|
||||
TextWikiFormat = buildPerlPackage {
|
||||
name = "Text-WikiFormat-0.80";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/C/CY/CYCLES/Text-WikiFormat-0.80.tar.gz;
|
||||
sha256 = "0i1mg3ivxhx09x0w06k15izc92bknwqwh0ghpmhlq9s9iw12mmry";
|
||||
};
|
||||
propagatedBuildInputs = [ URI ];
|
||||
meta = {
|
||||
description = "Unknown";
|
||||
license = "unknown";
|
||||
};
|
||||
};
|
||||
|
||||
Throwable = buildPerlPackage rec {
|
||||
name = "Throwable-0.102080";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue