[cpan2nix] perlPackages.FileChangeNotify: 0.24 -> 0.28

This commit is contained in:
volth 2018-04-07 07:57:18 +00:00
parent f651c3b829
commit 2890e8bbe2

View file

@ -5544,16 +5544,14 @@ let self = _self // overrides; _self = with self; {
}; };
}; };
FileChangeNotify = buildPerlModule { FileChangeNotify = buildPerlPackage {
name = "File-ChangeNotify-0.24"; name = "File-ChangeNotify-0.28";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/D/DR/DROLSKY/File-ChangeNotify-0.24.tar.gz; url = mirror://cpan/authors/id/D/DR/DROLSKY/File-ChangeNotify-0.28.tar.gz;
sha256 = "3c8180169de0f97ad852a55942f74e520cbe433aa0889d0b65548ee38a111124"; sha256 = "e00fe809d481131a08dca26e851cf0ffce8d9e9d03d58c58f15aa62e28aa2f05";
}; };
buildInputs = [ TestException ]; buildInputs = [ TestException TestRequires TestWithoutModule ];
propagatedBuildInputs = propagatedBuildInputs = [ ClassLoad ModulePluggable Moo TypeTiny namespaceautoclean ];
[ ClassLoad ListMoreUtils ModulePluggable Moose MooseXParamsValidate MooseXSemiAffordanceAccessor namespaceautoclean ]
++ stdenv.lib.optional stdenv.isLinux LinuxInotify2;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Watch for changes to files, cross-platform style"; description = "Watch for changes to files, cross-platform style";
license = licenses.artistic2; license = licenses.artistic2;