treewide: remove redundant quotes
This commit is contained in:
@@ -25,7 +25,7 @@ let param = {
|
||||
key = "1764";
|
||||
sha256 = "0wgx65y1wkgf22ihpqmspqfp95fqbj3pldhp1p3b1mi8rmc37zwj";
|
||||
};
|
||||
}."${builtins.substring 0 4 ocaml.version}";
|
||||
}.${builtins.substring 0 4 ocaml.version};
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
@@ -14,7 +14,7 @@ let sha256 = {
|
||||
"3.0.0" = "0wwhnl9hppixcsdisinj1wmffx0nv6hkpm01z9qvkngkrazi3i88";
|
||||
"2.7.1" = "0w7f59havrl2fsnvs84lm7wlqpsrldg80gy5afpnpr21zkw22g8w";
|
||||
"2.6.0" = "0f1h83zh60rspm4fxd96z9h5bkhq1n1q968hgq92sq4a6bfi1c2w";
|
||||
}."${version}"; in
|
||||
}.${version}; in
|
||||
|
||||
let optionals = stdenv.lib.optionals (!stdenv.lib.versionAtLeast version "3"); in
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ let param = {
|
||||
"4.07" = {
|
||||
version = "5.1+4.06.0";
|
||||
sha256 = "1ww4cspdpgjjsgiv71s0im5yjkr3544x96wsq1vpdacq7dr7zwiw"; };
|
||||
}."${ocaml.meta.branch}";
|
||||
}.${ocaml.meta.branch};
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "ocaml${ocaml.version}-ppx_tools-${param.version}";
|
||||
|
||||
Reference in New Issue
Block a user