parent
fc03a9f5b7
commit
63c3b7ce10
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "
|
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.";
|
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;
|
homepage = https://github.com/ar-/incron;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
|
@ -3237,6 +3237,8 @@ with pkgs;
|
||||||
|
|
||||||
inboxer = callPackage ../applications/networking/mailreaders/inboxer { };
|
inboxer = callPackage ../applications/networking/mailreaders/inboxer { };
|
||||||
|
|
||||||
|
incron = callPackage ../tools/system/incron { };
|
||||||
|
|
||||||
inetutils = callPackage ../tools/networking/inetutils { };
|
inetutils = callPackage ../tools/networking/inetutils { };
|
||||||
|
|
||||||
infiniband-diags = callPackage ../tools/networking/infiniband-diags { };
|
infiniband-diags = callPackage ../tools/networking/infiniband-diags { };
|
||||||
|
|
Loading…
Reference in New Issue