mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
[cpan2nix] perlPackages.DataTaxi: cleanup
This commit is contained in:
parent
34080840fb
commit
44d7244bbd
@ -3294,11 +3294,11 @@ let self = _self // overrides; _self = with self; {
|
||||
|
||||
DataTaxi = buildPerlPackage {
|
||||
name = "Data-Taxi-0.96";
|
||||
propagatedBuildInputs = [DebugShowStuff];
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/M/MI/MIKO/Data-Taxi-0.96.tar.gz;
|
||||
sha256 = "0y4wls4jlwd6prvd77szymddhq9sfj06kaqnk4frlvd0zh83djxb";
|
||||
};
|
||||
buildInputs = [ DebugShowStuff ];
|
||||
};
|
||||
|
||||
DataUniqid = buildPerlPackage rec {
|
||||
|
Loading…
Reference in New Issue
Block a user