summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/inotify/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/inotify/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/inotify/default.nix74
1 files changed, 37 insertions, 37 deletions
diff --git a/pkgs/development/ocaml-modules/inotify/default.nix b/pkgs/development/ocaml-modules/inotify/default.nix
index d43d5d9cf8e1..8910b720a847 100644
--- a/pkgs/development/ocaml-modules/inotify/default.nix
+++ b/pkgs/development/ocaml-modules/inotify/default.nix
@@ -4,41 +4,41 @@
}:
stdenv.mkDerivation rec {
- version = "2.3";
- name = "ocaml${ocaml.version}-inotify-${version}";
-
- src = fetchFromGitHub {
- owner = "whitequark";
- repo = "ocaml-inotify";
- rev = "v${version}";
- sha256 = "1s6vmqpx19hxzsi30jvp3h7p56rqnxfhfddpcls4nz8sqca1cz5y";
- };
-
- patches = [ (fetchpatch {
- url = "https://github.com/whitequark/ocaml-inotify/commit/716c8002cc1652f58eb0c400ae92e04003cba8c9.patch";
- sha256 = "04lfxrrsmk2mc704kaln8jqx93jc4bkxhijmfy2d4cmk1cim7r6k";
- }) ];
-
- buildInputs = [ ocaml findlib ocamlbuild ocaml_lwt ];
- checkInputs = [ ounit fileutils ];
-
- configureFlags = [ "--enable-lwt"
- (lib.optionalString doCheck "--enable-tests") ];
-
- postConfigure = lib.optionalString doCheck ''
- echo '<lib_test/test_inotify_lwt.*>: pkg_threads' | tee -a _tags
- '';
-
- doCheck = true;
- checkTarget = "test";
-
- createFindlibDestdir = true;
-
- meta = {
- description = "Bindings for Linux’s filesystem monitoring interface, inotify";
- license = lib.licenses.lgpl21;
- maintainers = [ lib.maintainers.vbgl ];
- inherit (src.meta) homepage;
- platforms = lib.platforms.linux;
- };
+ version = "2.3";
+ name = "ocaml${ocaml.version}-inotify-${version}";
+
+ src = fetchFromGitHub {
+ owner = "whitequark";
+ repo = "ocaml-inotify";
+ rev = "v${version}";
+ sha256 = "1s6vmqpx19hxzsi30jvp3h7p56rqnxfhfddpcls4nz8sqca1cz5y";
+ };
+
+ patches = [ (fetchpatch {
+ url = "https://github.com/whitequark/ocaml-inotify/commit/716c8002cc1652f58eb0c400ae92e04003cba8c9.patch";
+ sha256 = "04lfxrrsmk2mc704kaln8jqx93jc4bkxhijmfy2d4cmk1cim7r6k";
+ }) ];
+
+ buildInputs = [ ocaml findlib ocamlbuild ocaml_lwt ];
+ checkInputs = [ ounit fileutils ];
+
+ configureFlags = [ "--enable-lwt"
+ (lib.optionalString doCheck "--enable-tests") ];
+
+ postConfigure = lib.optionalString doCheck ''
+ echo '<lib_test/test_inotify_lwt.*>: pkg_threads' | tee -a _tags
+ '';
+
+ doCheck = true;
+ checkTarget = "test";
+
+ createFindlibDestdir = true;
+
+ meta = {
+ description = "Bindings for Linux’s filesystem monitoring interface, inotify";
+ license = lib.licenses.lgpl21;
+ maintainers = [ lib.maintainers.vbgl ];
+ inherit (src.meta) homepage;
+ platforms = lib.platforms.linux;
+ };
}