mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Test-Roo: init at 1.004
This commit is contained in:
parent
4641658c3e
commit
c86422c46c
@ -10821,6 +10821,17 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
TestRoo = buildPerlPackage rec {
|
||||
name = "Test-Roo-1.004";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/D/DA/DAGOLDEN/${name}.tar.gz";
|
||||
sha256 = "1mnym49j1lj7gzylma5b6nr4vp75rmgz2v71904v01xmxhy9l4i1";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ strictures Moo MooXTypesMooseLike SubInstall
|
||||
CaptureTiny ];
|
||||
};
|
||||
|
||||
TestRoutine = buildPerlPackage {
|
||||
name = "Test-Routine-0.018";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user