11 stdenv.mkDerivation rec {
15 src = fetch pname "0bh5cswgpc79awlq8j5i7hp355adaac7s6zaz0zwp6mkflxli1yi";
18 # Fix compilation on aarch64-darwin, remove after the next release.
20 url = "https://github.com/llvm/llvm-project/commit/7b5254223acbf2ef9cd278070c5a84ab278d7e5f.patch";
21 sha256 = "sha256-A+9/IVIoazu68FK5H5CiXcOEYe1Hpp4xTx2mIw7m8Es=";
26 nativeBuildInputs = [ cmake perl ];
27 buildInputs = [ llvm ];
30 description = "Components required to build an executable OpenMP program";
31 homepage = "https://openmp.llvm.org/";
32 license = lib.licenses.mit;
33 platforms = lib.platforms.all;