mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
fixed license
added incron to pkgs
This commit is contained in:
parent
fc03a9f5b7
commit
63c3b7ce10
@ -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;
|
||||
};
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user