summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/rresult/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/rresult/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/rresult/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/rresult/default.nix b/pkgs/development/ocaml-modules/rresult/default.nix
index 2573c95c6281..ac38657f776c 100644
--- a/pkgs/development/ocaml-modules/rresult/default.nix
+++ b/pkgs/development/ocaml-modules/rresult/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ ocaml findlib ocamlbuild topkg ];
propagatedBuildInputs = [ result ];
-
+
inherit (topkg) buildPhase installPhase;
meta = {