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
commit a24a33dbc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}; };
}; };