treewide: remove redundant rec

This commit is contained in:
volth
2019-08-28 11:07:32 +00:00
parent 5061fe0c2c
commit 08f68313a4
1875 changed files with 2591 additions and 2596 deletions
@@ -26,7 +26,7 @@ let param =
}
; in
stdenv.mkDerivation (rec {
stdenv.mkDerivation ({
name = "${pname}-${param.version}";
@@ -2,7 +2,7 @@
, ocaml-migrate-parsetree, ppx_tools_versioned, uchar
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "js_of_ocaml";
inherit (js_of_ocaml-compiler) version src installPhase meta;
@@ -3,7 +3,7 @@
, js_of_ocaml, ocaml_lwt, lwt_log
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "js_of_ocaml-lwt";
inherit (js_of_ocaml-compiler) version src installPhase meta;
@@ -2,7 +2,7 @@
, ocamlbuild
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "js_of_ocaml-ocamlbuild";
inherit (js_of_ocaml-compiler) version src installPhase meta;
@@ -3,7 +3,7 @@
, js_of_ocaml
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "js_of_ocaml-ppx";
inherit (js_of_ocaml-compiler) version src installPhase meta;
@@ -2,7 +2,7 @@
, js_of_ocaml, ppx_deriving
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "js_of_ocaml-ppx_deriving_json";
inherit (js_of_ocaml-compiler) version src installPhase meta;
@@ -3,7 +3,7 @@
, js_of_ocaml, reactivedata, tyxml
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "js_of_ocaml-tyxml";
inherit (js_of_ocaml-compiler) version src installPhase meta;
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, ocamlmod, ocamlify }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
version = "0.4.10";
pname = "ocaml-oasis";
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, ounit }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "ocamlmod";
version = "0.0.9";
@@ -2,7 +2,7 @@
let
version = "1.99.19-beta";
in
stdenv.mkDerivation rec {
stdenv.mkDerivation {
name = "ocaml${ocaml.version}-ocp-build-${version}";
+1 -1
View File
@@ -43,7 +43,7 @@ let
sha256 = "c590ce55ae69ec74f46215cf16a156a02b23c5f3ecb22f23a3ad9ba3d91ddb6e";
};
};
in stdenv.mkDerivation rec {
in stdenv.mkDerivation {
pname = "opam";
version = "1.2.2";
@@ -59,7 +59,7 @@ let
sha256 = "0arv5zaikvcqbicdk47jpfgvjrqhqm71yq2zmj7pp6zf7bm0js6s";
};
};
in stdenv.mkDerivation rec {
in stdenv.mkDerivation {
pname = "opam";
version = "2.0.5";
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
# derivation of just runtime deps so env vars created by
# setup-hooks can be saved for use at runtime
runtime = stdenv.mkDerivation rec {
runtime = stdenv.mkDerivation {
pname = "utop-runtime-env";
inherit version;