perlPackages.LinuxInotify2: add description/license to meta

This commit is contained in:
Zak B. Elep 2020-10-20 22:51:21 +08:00
parent 038afc6906
commit 1d8c943339

View File

@ -11014,8 +11014,10 @@ let
}; };
propagatedBuildInputs = [ commonsense ]; propagatedBuildInputs = [ commonsense ];
meta = with stdenv.lib; { meta = {
platforms = platforms.linux; description = "Scalable directory/file change notification for Perl on Linux";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
platforms = stdenv.lib.platforms.linux;
}; };
}; };