Merge pull request #101182 from zakame/zakame/meta/perl-LinuxInotify2

perlPackages.LinuxInotify2: add description/license to meta
This commit is contained in:
StigP
2020-10-20 18:51:16 +00:00
committed by GitHub
+4 -2
View File
@@ -11014,8 +11014,10 @@ let
};
propagatedBuildInputs = [ commonsense ];
meta = with stdenv.lib; {
platforms = platforms.linux;
meta = {
description = "Scalable directory/file change notification for Perl on Linux";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
platforms = stdenv.lib.platforms.linux;
};
};