mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 23:03:41 +00:00
perl-Test-Needs: init at 0.002005
This commit is contained in:
parent
a71cf06b16
commit
c957ae9da9
@ -13556,6 +13556,18 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
TestNeeds = buildPerlPackage rec {
|
||||
name = "Test-Needs-0.002005";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/H/HA/HAARG/${name}.tar.gz";
|
||||
sha256 = "5a4f33983586edacdbe00a3b429a9834190140190dab28d0f873c394eb7df399";
|
||||
};
|
||||
meta = {
|
||||
description = "Skip tests when modules not available";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
TestNoTabs = buildPerlPackage {
|
||||
name = "Test-NoTabs-1.3";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user