mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Merge pull request #10352 from expipiplus1/add-text-char-width
CharWidth: init at 0.04
This commit is contained in:
commit
b3cb65dd9f
@ -11381,6 +11381,14 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
TextCharWidth = buildPerlPackage rec {
|
||||
name = "Text-CharWidth-0.04";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/K/KU/KUBOTA/${name}.tar.gz";
|
||||
sha256 = "abded5f4fdd9338e89fd2f1d8271c44989dae5bf50aece41b6179d8e230704f8";
|
||||
};
|
||||
};
|
||||
|
||||
TextCSV = buildPerlPackage rec {
|
||||
name = "Text-CSV-1.33";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user