Loading pkgs/development/ocaml-modules/uuidm/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,10 @@ stdenv.mkDerivation rec { sha256 = "sha256-/GZbkJVDQu1UY8SliK282kUWAVMfOnpQadUlRT/tJrM="; }; postPatch = '' substituteInPlace pkg/META --replace "bytes" "" ''; strictDeps = true; nativeBuildInputs = [ ocaml findlib ocamlbuild topkg ]; Loading Loading
pkgs/development/ocaml-modules/uuidm/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,10 @@ stdenv.mkDerivation rec { sha256 = "sha256-/GZbkJVDQu1UY8SliK282kUWAVMfOnpQadUlRT/tJrM="; }; postPatch = '' substituteInPlace pkg/META --replace "bytes" "" ''; strictDeps = true; nativeBuildInputs = [ ocaml findlib ocamlbuild topkg ]; Loading