From 1d8c943339414ca6b1876641cd436018c6c12226 Mon Sep 17 00:00:00 2001 From: "Zak B. Elep" Date: Tue, 20 Oct 2020 22:51:21 +0800 Subject: [PATCH] perlPackages.LinuxInotify2: add description/license to meta --- pkgs/top-level/perl-packages.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 5d3303a15334..e19d881d1e37 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -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; }; };