[cpan2nix] perlPackages.TextBibTeX: cleanup

This commit is contained in:
volth 2018-10-02 01:16:39 +00:00
parent fb70dbb282
commit a172229664
1 changed files with 0 additions and 1 deletions

View File

@ -16012,7 +16012,6 @@ let
description = "Interface to read and parse BibTeX files";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
propagatedBuildInputs = [ ScalarListUtils ];
};
TextBrew = buildPerlPackage rec {