fixed license

added incron to pkgs
This commit is contained in:
Aaron Andersen 2018-08-25 20:51:39 -04:00
parent fc03a9f5b7
commit 63c3b7ce10
2 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "
The inotify cron daemon (incrond) is a daemon which monitors filesystem events and executes commands defined in system and user tables. It's use is generally similar to cron.";
license = gpl2;
license = licenses.gpl2;
homepage = https://github.com/ar-/incron;
platforms = platforms.linux;
};

View File

@ -3237,6 +3237,8 @@ with pkgs;
inboxer = callPackage ../applications/networking/mailreaders/inboxer { };
incron = callPackage ../tools/system/incron { };
inetutils = callPackage ../tools/networking/inetutils { };
infiniband-diags = callPackage ../tools/networking/infiniband-diags { };