Merge pull request #101182 from zakame/zakame/meta/perl-LinuxInotify2
perlPackages.LinuxInotify2: add description/license to meta
This commit is contained in:
commit
a24a33dbc8
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue