adding inotify-tools
svn path=/nixpkgs/trunk/; revision=19469
This commit is contained in:
parent
89944b6cf0
commit
11f8b98ccc
19
pkgs/development/tools/misc/inotify-tools/default.nix
Normal file
19
pkgs/development/tools/misc/inotify-tools/default.nix
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
args: with args;
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "inotify-tools-3.13";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = mirror://sourceforge/inotify-tools/inotify-tools/3.13/inotify-tools-3.13.tar.gz;
|
||||||
|
sha256 = "0icl4bx041axd5dvhg89kilfkysjj86hjakc7bk8n49cxjn4cha6";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "";
|
||||||
|
homepage = http://sourceforge.net/projects/inotify-tools/;
|
||||||
|
license = "GPLv2";
|
||||||
|
maintainers = [args.lib.maintainers.marcweber];
|
||||||
|
platforms = args.lib.platforms.linux;
|
||||||
|
};
|
||||||
|
}
|
@ -2859,6 +2859,10 @@ let
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
inotifyTools = import ../development/tools/misc/inotify-tools {
|
||||||
|
inherit fetchurl stdenv;
|
||||||
|
};
|
||||||
|
|
||||||
jikespg = import ../development/tools/parsing/jikespg {
|
jikespg = import ../development/tools/parsing/jikespg {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user