[cpan2nix] perlPackages.AppSqitch: 0.9996 -> 0.9997
This commit is contained in:
parent
00b7c883eb
commit
60321a67e3
@ -336,23 +336,14 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
AppSqitch = buildPerlModule rec {
|
AppSqitch = buildPerlModule rec {
|
||||||
version = "0.9996";
|
version = "0.9997";
|
||||||
name = "App-Sqitch-${version}";
|
name = "App-Sqitch-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/D/DW/DWHEELER/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/D/DW/DWHEELER/${name}.tar.gz";
|
||||||
sha256 = "864edde554e7cd6578e8fe2a4c17ea8eda82da878cdfd00fd9fb3c53f696fc1e";
|
sha256 = "985ade1a4181bef776016a287194711051e79c7a3c18f1ee1ec47e22ccf319d2";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [ CaptureTiny TestDeep TestDir TestException TestFile TestFileContents TestMockModule TestNoWarnings ];
|
||||||
CaptureTiny PathClass TestDeep TestDir TestException
|
propagatedBuildInputs = [ Clone ConfigGitLike DBI DateTime EncodeLocale FileHomeDir HashMerge IOPager IPCRun3 IPCSystemSimple ListMoreUtils PathClass PerlIOutf8_strict StringFormatter StringShellQuote TemplateTiny Throwable TypeTiny URIdb libintl_perl ];
|
||||||
TestFile TestFileContents TestMockModule TestNoWarnings
|
|
||||||
];
|
|
||||||
propagatedBuildInputs = [
|
|
||||||
Clone ConfigGitLike DBI DateTime
|
|
||||||
DevelStackTrace EncodeLocale FileHomeDir HashMerge IOPager IPCRun3
|
|
||||||
IPCSystemSimple ListMoreUtils Moo PathClass PerlIOutf8_strict StringFormatter
|
|
||||||
StringShellQuote SubExporter TemplateTiny Throwable TryTiny TypeTiny URI
|
|
||||||
URIdb libintlperl namespaceautoclean
|
|
||||||
];
|
|
||||||
doCheck = false; # Can't find home directory.
|
doCheck = false; # Can't find home directory.
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://sqitch.org/;
|
homepage = http://sqitch.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user