ocamlPackages.llvm: fix hash

wip/yesman
Vincent Laporte 7 years ago
parent 2230009e7d
commit 0c8cf28091
  1. 2
      pkgs/development/ocaml-modules/llvm/default.nix

@ -11,7 +11,7 @@ stdenv.mkDerivation {
patches = [ (fetchpatch {
url = https://raw.githubusercontent.com/ocaml/opam-repository/master/packages/llvm/llvm.3.9/files/cmake.patch;
sha256 = "1fcc6ylfiw1npdhx7mrsj7h0dx7cym7i9664kpr76zqazb52ikm9";
sha256 = "0vjap0xifgm59rwhjc48wi7jpbbif4dllsy4xs45sg95qq5qanp6";
})];
cmakeFlags = [ "-DLLVM_OCAML_OUT_OF_TREE=TRUE" ];

Loading…
Cancel
Save